Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #281424
    saabdude
    Participant

    Hi, I’m using the PT (Free) template on a local install of WordPress (Win10 PC only at the moment via AMPPS, not on a web server).
    I want to set the site to be a standard (static) website – rather than blog based (may add blog page later).
    I have set the Home Page and the site setting to be a static site bit I’m still getting the Blog / Post elements at the bottom of the Home Page.
    I need to retain the page text I’ve added for the Home Page, I just don’t want the Recent Posts (title), posts or More Posts (button) – so the whole section on the Home page related to Posts.

    On other templates I’ve seen, setting the website to Static removes any blog elements on the Home Page – but this isn’t happening on the PT (Free) template.

    Thanks.

    #281485
    Skandha
    Participant

    @saabdude: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .recent-blog-content-wrapper {
        display: none;
    }

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

    #281509
    saabdude
    Participant

    That worked perfectly – many thanks for the quick reply!

    #281510
    Skandha
    Participant

    @saabdude: Hello there, 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/personal-trainer/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. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Personal Trainer (Free) – static website – remove blog elements on HomePage’ is closed to new replies.