_s: provide a more helpful message to users with no posts on the home page or none at all; See #1112
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8917 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
parent
93fa346360
commit
e932aaadc4
2 changed files with 8 additions and 9 deletions
|
@ -79,11 +79,6 @@ 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
|
||||
*
|
||||
|
@ -109,3 +104,8 @@ function _s_scripts() {
|
|||
wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/small-menu.js', 'jquery', '20120206', true );
|
||||
}
|
||||
add_action( 'wp_enqueue_scripts', '_s_scripts' );
|
||||
|
||||
/**
|
||||
* Implement the Custom Header feature
|
||||
*/
|
||||
//require( get_template_directory() . '/inc/custom-header.php' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue