tackable
asked 10 years ago

Hello, I need some help.
I will not be making many posts long-term and I do not expect any comments on my posts, so I was hoping somebody could tell me how I can remove the posts and comments from the front page.
My site: http://www.infant-massage.org
Thank you.

1 Answers
DominicStaff
answered 10 years ago

Hello Tackable !
To remove post date and comments from front page,  You can log in to Dashboard > Appearance > Customize > Custom Code, add the following code to the “Header code”

<style>
.entry-meta .posted-on, .entry-meta .comments-link {
    display: none;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro