• phankins11

    (@phankins11)


    I have looked and looked for this, but can’t seem to find the way to do this it relates to this Advertica lite theme.

    At the bottom of the above URL you will see the previous and next navigation links.

    The ideal solution would be to have those links only be for the specific category that these blog posts are a part of. In the case of the above link, the next post is a category that is completely different.

    If keeping previous and next links in the same category cannot be done, I’d like to just remove these links altogether.

    How do I do this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Jarret

    (@jarretc)

    It can be done but not without modifying the theme code which would require setting up a child theme, etc etc

    If you are just wanting to stop them from displaying you can add the following into Appearance->Customize->Additional CSS

    body.single #content .post .navigation {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how to change previous and next post navigation’ is closed to new replies.