Title: Single.php missing navigation
Last modified: August 21, 2016

---

# Single.php missing navigation

 *  [amishbhavsar](https://wordpress.org/support/users/amishbhavsar/)
 * (@amishbhavsar)
 * [13 years ago](https://wordpress.org/support/topic/singlephp-missing-navigation/)
 * HI, I am using the Clean Retina Theme and the single.php file does not have `
   previous_post_link() and next_post_link()`
 * Where can I edit the file to use this plugin?
 * Here’s what it has:
 *     ```
       <?php
       /**
        * Displays the single section of the theme.
        *
        * @package Theme Horse
        * @subpackage Clean_Retina
        * @since Clean Retina 1.0
        */
       ?>
   
       <?php get_header(); ?>
   
       <?php
       	/**
       	 * cleanretina_before_main_container hook
       	 */
       	do_action( 'cleanretina_before_main_container' );
       ?>
   
       <div id="container">
       	<?php
       		/**
       		 * cleanretina_main_container hook
       		 *
       		 * HOOKED_FUNCTION_NAME PRIORITY
       		 *
       		 * cleanretina_content 10
       		 */
       		do_action( 'cleanretina_main_container' );
       	?>
       </div><!-- #container -->
   
       <?php
       	/**
       	 * cleanretina_after_main_container hook
       	 */
       	do_action( 'cleanretina_after_main_container' );
       ?>
   
       <?php get_footer(); ?>
       ```
   
 * [http://wordpress.org/extend/plugins/smarter-navigation/](http://wordpress.org/extend/plugins/smarter-navigation/)

Viewing 1 replies (of 1 total)

 *  [riesiko](https://wordpress.org/support/users/riesiko/)
 * (@riesiko)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/singlephp-missing-navigation/#post-3749542)
 * In my theme (Imbalance”) the tags previous_post_link() and next_post_link() are
   in another file ‘loop-single.php’ …

Viewing 1 replies (of 1 total)

The topic ‘Single.php missing navigation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/smarter-navigation.svg)
 * [Smarter Navigation](https://wordpress.org/plugins/smarter-navigation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smarter-navigation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smarter-navigation/)
 * [Active Topics](https://wordpress.org/support/plugin/smarter-navigation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smarter-navigation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smarter-navigation/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [riesiko](https://wordpress.org/support/users/riesiko/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/singlephp-missing-navigation/#post-3749542)
 * Status: not resolved