Archived topic
Remove excerpt from blog page
5 replies · Started by Janne on October 23, 2020
Hi.
Have recently started using manually added excerpts. They show up on our blog page. We are only adding excerpts to use in RSS created e-mails. Is it possible to not show them on the blog-page and on the category pages?
Many forum posts about this, but nothing has helped so far.
Excerpt lenght is set to 0. tried added multiple php snippets, and the css below.
.archive .entry-summary {
display: none;
}
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Thought that the information was here, sorry.
Try this CSS:
.blog .entry-summary, .archive .entry-summary {
display: none;
}
It worked both on the blog page and on the category pages. Thanks :)
So happy we switched to GeneratePress. Great and speedy theme, and great support! :D
No problem :)