• Hi guys!

    Can anyone tell me how to remove the next/previous post links on one particular post (not on all posts)?

    The post ID is 96.

    Kind regards,
    E

Viewing 4 replies - 1 through 4 (of 4 total)
  • @stine-g first, the simplest coding procedure will be to install this plugin and then write a custom css code inside the post you will hide the previous next navigation:

    
    .pagination {
     display: none;
    }
    • This reply was modified 8 years, 4 months ago by Dinamicore.
    Thread Starter EarthlingGirl

    (@stine-g)

    @dinamicore Thank you so much for your suggestion/solution!

    Since I started this topic, I figured it works better for me to simply remove the Next/Previous links on *all* my posts.
    I did it by adding this to my child theme’s CSS:

    .nav-links 
    { display: none; }

    But if I ever regret that, I will definitely try out your method!

    Thanks again ??

    Kind regards,
    E

    Sounds great, @stine-g.

    The plugin I use, Scripts n Styles, allows you to hide the pagination in a single post or page.

    Regards,
    D

    (@dinamicore)

    Thank you for such a wonderful plugin reference.
    You just eased up life so much.

    Have a Fun filled fay ahead.

    Regards,
    Syed H

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the next/previous post links on a single post?’ is closed to new replies.