Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

NARGA Core is a WordPress theme development library for creating solid parent themes. It allows theme developers to forget about all the complex functionality and dive straight into coding their theme’s HTML, CSS, and JavaScript.

License

Narga/narga-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NARGA Core

NARGA Core is a WordPress theme development library for creating solid parent themes. It allows theme developers to forget about all the complex functionality and dive straight into coding their theme’s HTML, CSS, and JavaScript.

The NARGA Core library is not a WordPress theme. You cannot install it into WordPress and expect it to work. It is a development framework for building custom themes. If you’re looking for a theme that you install, head on over to the themes page.

Links of NARGA

Notes: BitBucket & GitHub repositories are development version.

Learn more about ZURB's Foundation CSS Framework

Usage

Include library in your functions.php file then create new class to start using NARGA

/* NARGA Required Files and Functions */
require locate_template('core/narga.php');
new Narga();

License

NARGA had been crafted by Nguyễn Đình Quân, it is licensed under a GNU General Public License v2.0.

About

NARGA Core is a WordPress theme development library for creating solid parent themes. It allows theme developers to forget about all the complex functionality and dive straight into coding their theme’s HTML, CSS, and JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published