• Resolved mirlaz

    (@mirlaz)


    Dear team,

    I am currently building my website and use Airi Creative Agency theme.

    I would like to ask for a little help as I couldn’t find an answer to my question here nor in google.

    On the bottom of each post I create (before the footer) the next post appears with title. It doesn’t look nice and I would like to remove it. How can I achieve this? I have already installed a related posts plugin and basically I do not need to have my next post shown on the respective page anymore.

    Here is a link to the respective page: https://businesssnacks.bg/nikola-executive-chairman-trevor-milton-steps/

    I also included a screenshot for your easy reference: https://businesssnacks.bg/wp-content/uploads/2020/09/Blog-post.png

    Thank you in advance for your help.

    Kind regards,
    Miroslav

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Miroslav,

    You can ue this simple CSS code and add it to Appearance > Customize > Additional CSS from your site’s dashboard.

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

    I hope that helps.

    Regards,
    Kharis

    Thread Starter mirlaz

    (@mirlaz)

    Hi Kharis,

    Thanks a lot. It worked out.

    I will close the topic.

    Really thanks.

    Cheers,
    Miroslav

    You’re welcome Miroslav!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to delete next/previous post inside the post’ is closed to new replies.