• I’m using the free Make theme (which I love), but I’m unable to find the option to hide the related posts below my posts (for instance here: https://kickstartyourdrumming.com/roland-td-11-review). I’ve read a number of similar threads in here, and know it should be in the theme options. However, Make seems not to have that window. Where else could the option be hidden?

    The reason behind this: I want to activate my nicer-looking related posts plugin and as it stands now the related posts section would be doubled.

    I’d be very grateful for some advice!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there, great website!

    I don’t see a related posts feature on the bottom of the post you linked — but Make doesn’t have this baked in the theme. It’s likely another plugin, like Jetpack, that’s adding this.

    Let us know if you continue to need help!

    Thread Starter yawei

    (@yawei)

    Hey Melissa,

    thanks a lot for the praise and your response!

    Maybe I’m using the wrong term then. What I mean is what’s on this screenshot: https://www.kickstartyourdrumming.com/wp-content/uploads/2016/07/Related-posts-issue.png

    I have no Jetpack installed and I deactivated all other plugins for a test. Still these links keep being shown at the bottom of each post.

    Thanks for your help already!

    Oh that is not a related posts… that’s the post navigation. The previous post and next post.

    Unfortunately, there’s no theme option to remove it. If you just want to hide it with a bit of CSS, you can add this snippet to your child theme’s style.css file:

    .nav-links {
        display: none;
    }
    Thread Starter yawei

    (@yawei)

    Ahh! That did the trick. Thanks a lot Melissa!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to turn off related posts in Make theme?’ is closed to new replies.