Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #64148
    Nina Telthorst
    Participant
    Premium Member

    Hello,

    I have set up the home page as the blog. As you scroll down, it lists “you may also like” and it repeats itself *8 times*! How you set it up to suggest other posts only once?! https://browndogcoffee.com/

    #64155
    vako
    Keymaster
    WP Royal Team

    Hi Nina,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .blog-grid .related-posts {
    display: none;
    }
    .blog-grid li:last-child .related-posts {
    display: block;
    }

    Kind Regards

    #64161
    Nina Telthorst
    Participant
    Premium Member

    This seems to have resolved the issue. Thank you.

    #64167
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.