Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302612
    Darren Hadwen
    Participant

    Hi all,

    I want to remove the buttons at the bottom of each post that guide people to the previous or next post in that category.

    I’m using password protected posts for my clients area, but I don’t want them to see the names of the previous and next customers when looking at their images.

    Many thanks!

    #302614
    Skandha
    Participant

    @darren-hadwen: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .post-navigation {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #302984
    Darren Hadwen
    Participant

    Perfect, that sorted it.

    Thanks very much!

    #303019
    Skandha
    Participant

    @darren-hadwen: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove “previous” and “next” button from post’ is closed to new replies.