Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118384
    Michael
    Participant

    Is there a way to disable or remove posts from the home page? CSS code instead of making a blank page?

    securitycamerasunlimited.com

    Thanks
    Mike

    #118419
    Pratik
    Participant

    Hi @mmancini,

    If you want to remove posts from home page, try following CSS code:

    
    .home #content {
        display: none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #118428
    Michael
    Participant

    It worked. Thank you very much.

    Thanks
    Mike

    #118478
    Pratik
    Participant

    Hi @mmancini,

    Great, if you liked my support, it would be great if you could leave a review at http://wordpress.org/themes/clean-journal

    It would be a big plus for me.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Post from bottom of homepage?’ is closed to new replies.