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

@ -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' ); ?>