Title: removing header post links
Last modified: March 11, 2017

---

# removing header post links

 *  [Pathces](https://wordpress.org/support/users/pathces/)
 * (@pathces)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/removing-header-post-links/)
 * On all my website posts there are either one or two links in the header that 
   lead to posts on the site.
 * I’m trying to delete these post links but can’t find where they originate. I 
   didn’t build this website. I had someone do it for me years ago.
 * Probably some code somewhere. I did see that there were specific plugins that
   remove items from header, but not sure if it pertains to this problem.
 * my website is [http://www.Ironstruck.com](http://www.Ironstruck.com). Here is
   a post that shows two links in the header ….[https://ironstruck.com/triathlon-sunglasses-2/](https://ironstruck.com/triathlon-sunglasses-2/)
 * Thanks in advance.

Viewing 1 replies (of 1 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 2 months ago](https://wordpress.org/support/topic/removing-header-post-links/#post-8903596)
 * This CSS will hide them
 *     ```
       #postnav {
         display:none;
       }
       ```
   
 * **To add CSS:** If you are using WordPress 4.7, use the “Custom CSS” option in
   the customizer. If your theme has a custom CSS option, use that to add the CSS
   shown above. If not, install the plugin [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
   Or, if you have Jetpack installed, enable its [Custom CSS](https://jetpack.com/support/custom-css/)
   module.
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)

The topic ‘removing header post links’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/removing-header-post-links/#post-8903596)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
