tiduronline / Wordpress-Customizer-Framework

Wordpress Customizer Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress-Customizer-Framework

Easily customize your sites theme using the WordPress Customize API. This can be done by point and clicking on what you wish to make adjustments to.

Framework

==============================

Author : Alispx

Contributors: @indaam

Author URI: http://www.alispx.me

Plugin URI: -

Donate link: Donate Now

Tags: theme customizer, wordpress customizer, wordpress theme customizer, wordpress customization API

Requires at least: 3.4

Tested up to: 3.8

Stable tag: 1.0

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

How to use

Just copy the folder "customizer" to the your wordpress theme, and then add this to your functions.php

define( 'CF_DIR', get_template_directory() . '/inc/customizer' );
require_once( CF_DIR . '/customizer-framework.php' );

Change the path according to where do you place these folder.

About

Wordpress Customizer Framework

License:GNU General Public License v2.0