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.
- Homepage http://www.narga.net/narga-core
- Basic Demo http://demo.narga.net/
- Download (Stable) http://wordpress.org/extend/themes/narga/
- BitBucket (Dev) https://bitbucket.org/narga/narga-core/
- GitHub (Dev) https://github.com/narga/narga-core
Notes: BitBucket & GitHub repositories are development version.
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();
NARGA had been crafted by Nguyễn Đình Quân, it is licensed under a GNU General Public License v2.0.