Remove _s_content_nav( 'nav-above' ); from the top of all templates. Fixes #148
This commit is contained in:
parent
ad57a4af29
commit
e04732c5a3
4 changed files with 0 additions and 8 deletions
|
@ -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' ); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue