Remove Post/description from homepage of post
-
I would like to remove the post and description/excerpt from the homepage of my posts – and only show them when you actually click on the individual posts and go to that page.
I was able to remove the post title with:
h2.postitle {
display: none;
}But still unable to remove anything entered in the description box/excerpt
The blog I need help with is: (visible only to logged in users)
-
And I actually don’t want to use the code below because it’s remove post titles COMPLETELY
h2.postitle {
display: none;
} -
Hi there, to remove the entry content or summary/excerpt text on the category pages, add the following CSS.
.archive .post-content p { display: none; } -
-
Hi there, and I see you made the titles on the main page go bye-bye. Your site is looking very good!
- The topic ‘Remove Post/description from homepage of post’ is closed to new replies.