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:
parent
b6b88b4201
commit
181c363800
4 changed files with 51 additions and 308 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue