Archived topic
several model with single
5 replies · Started by Thierry on April 25, 2017
Hello,
Thre is a model customize with GP, but for an other category i want other model for the single page (without date and image featured) ; how i can do this ?
Thx
Hi there,
So you're wanting to remove the featured image and date from posts in one category but not the other?
yes, exctaly
This should help for the date: https://generatepress.com/forums/topic/remove-post-date-from-posts-in-a-specific-category/#post-194426
For featured image:
.category-reviews .page-header-image-single {
display: none;
}
Thank you Tom and Léo ; all it's ok :)
Glad we could help!