Remove _s_content_nav( 'nav-above' ); from the top of all templates. Fixes #148

This commit is contained in:
Michael Fields 2013-02-27 15:08:26 -08:00
parent ad57a4af29
commit e04732c5a3
4 changed files with 0 additions and 8 deletions

View File

@ -67,8 +67,6 @@ get_header(); ?>
?>
</header><!-- .page-header -->
<?php _s_content_nav( 'nav-above' ); ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>

View File

@ -19,8 +19,6 @@ get_header(); ?>
<?php if ( have_posts() ) : ?>
<?php _s_content_nav( 'nav-above' ); ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>

View File

@ -17,8 +17,6 @@ get_header(); ?>
<h1 class="page-title"><?php printf( __( 'Search Results for: %s', '_s' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
</header><!-- .page-header -->
<?php _s_content_nav( 'nav-above' ); ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>

View File

@ -13,8 +13,6 @@ get_header(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php _s_content_nav( 'nav-above' ); ?>
<?php get_template_part( 'content', 'single' ); ?>
<?php _s_content_nav( 'nav-below' ); ?>