diff --git a/home.php b/home.php deleted file mode 100644 index dc789b1da4..0000000000 --- a/home.php +++ /dev/null @@ -1,33 +0,0 @@ -
- <?php echo shoestrap_title(); ?> -

-
- -' . __( 'Sorry, no results were found.', 'shoestrap' ) . ''; - get_search_form(); -} - -if ( ! has_action( 'shoestrap_override_index_loop' ) ) { - while ( have_posts() ) : the_post(); - do_action( 'shoestrap_in_loop_start' ); - - if ( ! has_action( 'shoestrap_content_override' ) ) { - ss_get_template_part( 'templates/content', get_post_format() ); - } else { - do_action( 'shoestrap_content_override' ); - } - - do_action( 'shoestrap_in_loop_end' ); - endwhile; -} else { - do_action( 'shoestrap_override_index_loop' ); -} - -do_action( 'shoestrap_index_end' ); - -echo shoestrap_pagination_toggler(); diff --git a/index.php b/index.php index 1f4c4bb1f3..dc789b1da4 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,9 @@ - + <?php echo shoestrap_title(); ?> +

+ -echo apply_filters( 'shoestrap_title_section', '
' . shoestrap_title() . '

' . shoestrap_title() . '

' ); +