Title: not getting single post nav
Last modified: August 22, 2016

---

# not getting single post nav

 *  [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/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)

 *  Thread Starter [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/not-getting-single-post-nav/#post-5170504)
 * It may be related so I’m adding this issue to this thread, I’m also not getting
   featured images in posts. Had to add my own template tag for it.
 * this default code in single.php isn’t getting the featured images
 *     ```
       <?php if ( (of_get_option('featimg-posts') != 0 ) ) { ?>
       			<?php if (has_post_thumbnail() ) : ?>
       			<div class="featured-image-single">
       				<?php
       					the_post_thumbnail('large');
       					?>
   
       			</div>
       		<?php endif ?>
       <?php }  ?>
       ```
   
 * I’m wondering if the “of_get_option” isn’t working for some reason?

Viewing 1 replies (of 1 total)

The topic ‘not getting single post nav’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fifteen/2.1.9/screenshot.png)
 * Fifteen
 * [Support Threads](https://wordpress.org/support/theme/fifteen/)
 * [Active Topics](https://wordpress.org/support/theme/fifteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fifteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fifteen/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/not-getting-single-post-nav/#post-5170504)
 * Status: not resolved