Archived topic
Post excerpt in Archives
5 replies · Started by Elaine on January 21, 2019
How do I NOT show any post excerpt at all in taxonomy or CPT archives
Hi there,
Are you wanting to remove excerpt from all blog/archive pages?
Let me know :)
No, just specific in taxonomy or CPT archives.
Those taxonomy archive terms are: wprm_cuisine, wprm_course and the CPT of: wprm_recipe,
which are all references to display posts from the plugin WP Recipe Maker.
Thank you!
Try this CSS:
.tax-wprm_course .entry-summary,
.tax-wprm_cuisine .entry-summary {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Fantastic! That worked great. Thanks Leo!
No problem :)