• Greetings!

    I would like prevent a newly created post, from displaying links within it, to other previous posts.

    Ive linked a test page that should provide an example.

    I would rather just use the right sidebar to display previous post instead of linking to them within each specific post.

    Thanks in Advance for the Help!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like you found the solution.
    If not, there are a couple ways this can be done. Usually, I suggest using custom CSS to hide the link but it can also be done using a Child theme by editing the php and removing the code that generates the link in the single.php file

    Thread Starter bri2400

    (@bri2400)

    Thanks for the reply. I haven’t fixed it yet, will do some testing with your suggestion offline, I did move the link to a test page as shown below.

    Hmmm. I just looked at the link again and I do not see any link back to the previous post. Unless I am missing something.

    I just took a look after getting some rest and realized what I was missing!

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

    Paste the above code into
    Appearance >> Customize >> Custom CSS or
    Appearance >> Customize >> Additional CSS

    That should remove the post navigation you are referring to.

    Hope this help!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Link to Previous Post’ is closed to new replies.