Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176386
    ArOuthwaite
    Participant

    Hi, I’d like to remove recent posts from the front page, OR limit it to only one row of four. Basically minimise the space it takes up on the front page.

    Is this possible?

    The site is here: https://wearearising.org

    I read this thread, though couldn’t see how to apply it in my case https://catchthemes.com/support-forum/topic/only-one-row-of-my-posts-displaying-in-the-front-page/

    Thank you

    #176401
    sapana
    Participant

    @arouthwaite:you can add the following css code to remove the recent post section from the home page
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .home .archive-posts-wrapper.section {
        display: none;
    }

    To display the recent post in only one row, you need to create the child theme and do a bit customization let me know if you are familiar with child theme customization or not?

    Kind Regards,
    Sapana

    #176428
    ArOuthwaite
    Participant

    Thank you đź‘Ť

    #176589
    sapana
    Participant

    @arouthwaite:Hello, aruthwaite,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/verity/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove recent posts from static front page?’ is closed to new replies.