• Resolved sthan78460

    (@sthan78460)


    Hi,

    I would like the post navigation (previous and next) to display only posts of the same category, because I have restricted content (some posts are public and some are not).

    If it’s not possible or too complicated, I would like to remove post navigation, I tried to add CSS like this : .post-navigation {display:none;}, but it didn’t work.

    Could you help me ?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Apex!

    I’m afraid that customizing the prev/next post links in this way would require a lot of customization, but I can help you with hiding them.

    The following CSS should work well:

    .further-reading {
      display: none;
    }
    Thread Starter sthan78460

    (@sthan78460)

    That’s what I thought, hiding is also fine for me.

    Thank you for your help.

    • This reply was modified 1 year, 4 months ago by sthan78460.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post navigation (previous/nex)’ is closed to new replies.