Theme Customizer > Theme Options

* Removes sample theme options
* Adds Theme Customizer enhancement (actually working!)

Goal: Emphasize the use of the Customizer versus out of style Theme
Options.
This commit is contained in:
obenland 2012-11-28 14:51:38 -08:00
parent b6b88b4201
commit 181c363800
4 changed files with 51 additions and 308 deletions

View file

@ -37,9 +37,9 @@ function _s_setup() {
require( get_template_directory() . '/inc/extras.php' );
/**
* Custom Theme Options
* Theme Customizer additions
*/
//require( get_template_directory() . '/inc/theme-options/theme-options.php' );
require( get_template_directory() . '/inc/theme-customizer.php' );
/**
* WordPress.com-specific functions and definitions