Removing blog post content on homepage!
-
I don’t want to be able to see the entire post on my homepage.. just the blog post title and image!
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to hide the entry content from blog and date archive, tag and category pages.
.blog .entry-summary, .archive .entry-summary { display: none; } -
-
- The topic ‘Removing blog post content on homepage!’ is closed to new replies.