Narga / 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.

Home Page:http://www.narga.net/narga-core/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://www.narga.net/narga-core/

License:GNU General Public License v2.0


Languages

Language:PHP 98.0%Language:JavaScript 2.0%