• 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. Here is a post that shows two links in the header ….https://ironstruck.com/triathlon-sunglasses-2/

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    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. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn to use the Chrome Developer Tools 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.