Archived topic
How can I delete the "..." in the "Excerpt word count"
3 replies · Started by Michael on August 1, 2019
Hi!
How are you?
In the home page, I would like to have only the photo of my posts without "Excerpt word count".
When I put 0 in "Excerpt word count" my post in the home page appears withe the photo and "..."
How can I delete this "..." and have only the photo and the cta read more?
Thanks a lot!
Regards
Hi there,
Set the content type to excerpt and word count to 0:
https://docs.generatepress.com/article/blog-content-layout/#archives
Then use this CSS:
.entry-summary p:not(.read-more-container) {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect!
Thank you! :)
No problem :)