not getting single post nav
-
I had to add my own previous post/next_post template tag to get post nav to appear. The default code in single.php doesn’t seem to do it.
`
<?php if ( (of_get_option(‘next-prev-posts’) != 0 ) ) { ?>
<?php fifteen_content_nav( ‘nav-below’ ); ?>
<?php } ?>
`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘not getting single post nav’ is closed to new replies.