Title: Isolate posts from other posts
Last modified: August 20, 2016

---

# Isolate posts from other posts

 *  Resolved [patmorris](https://wordpress.org/support/users/patmorris/)
 * (@patmorris)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/isolate-posts-from-other-posts/)
 * I’m creating blog posts that I want seen only by a person who has received the
   exact link. My website is yourbusinessreviews.net and the individual post address
   is yourbusinessreviews.net/company-name-reviews/.
    My problem is that there is
   a line directly under the header with 2 entries. The entry on the left shows 
   the date the post was published (no problem). The entry on the right shows “previous”
   and “next” and allows the viewer to go to other posts. How do I get rid of this?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/isolate-posts-from-other-posts/#post-3022994)
 * Hello try these links.
 * [link 1](http://wordpress.org/support/topic/how-to-remove-the-links-to-next-post-and-previous-post)
 * [link 2](http://wordpress.org/support/topic/remove-prev-and-next-at-bottom-of-pages)
 * Kind regards
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/isolate-posts-from-other-posts/#post-3023037)
 * start by creating a child theme of Twenty Eleven [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * then edit single.php in the child theme, and remove:
 *     ```
       <nav id="nav-single">
       						<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
       						<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&larr;</span> Previous', 'twentyeleven' ) ); ?></span>
       						<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
       					</nav><!-- #nav-single -->
       ```
   
 *  Thread Starter [patmorris](https://wordpress.org/support/users/patmorris/)
 * (@patmorris)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/isolate-posts-from-other-posts/#post-3023063)
 * Got it!. Thank you.
 *  Thread Starter [patmorris](https://wordpress.org/support/users/patmorris/)
 * (@patmorris)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/isolate-posts-from-other-posts/#post-3023064)
 * I’ll mark this resolved. I apreciate the fast response.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Isolate posts from other posts’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [patmorris](https://wordpress.org/support/users/patmorris/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/isolate-posts-from-other-posts/#post-3023064)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
