_s: adding a sample custom header, commented out

This commit is contained in:
Ian Stewart 2012-01-31 20:18:40 +00:00
parent dc2aacb56d
commit 761e93ad32
2 changed files with 138 additions and 0 deletions

View file

@ -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
*