From 9c297f8c94f309d4bd9ba7bdbdda703267c07167 Mon Sep 17 00:00:00 2001 From: fovoc Date: Tue, 26 Aug 2014 19:45:49 +0300 Subject: [PATCH] bugfix previous commit --- home.php | 33 --------------------------------- index.php | 7 +++++-- 2 files changed, 5 insertions(+), 35 deletions(-) delete mode 100644 home.php 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() . '

' ); +