_s: adding a sample custom header, commented out
This commit is contained in:
parent
dc2aacb56d
commit
761e93ad32
2 changed files with 138 additions and 0 deletions
|
@ -79,6 +79,11 @@ function _s_setup() {
|
|||
endif; // _s_setup
|
||||
add_action( 'after_setup_theme', '_s_setup' );
|
||||
|
||||
/**
|
||||
* Implement the Custom Header feature
|
||||
*/
|
||||
//require( get_template_directory() . '/inc/custom-header.php' );
|
||||
|
||||
/**
|
||||
* Register widgetized area and update sidebar with default widgets
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue