Site logo

Archived topic

post thumbnails only on category archive page

4 replies · Started by Dave on October 23, 2015

Viewing posts 1–5 of 5

How can I place post thumbnails to show only on category archive page? I don't want them to show on full posts.

Possible?

To stop them from showing on full posts you can use this CSS:

.single .page-header-image-single {
    display: none;
}

Thanks Tom,
I can hide them just fine once they're there. I can't figure out how to get the thumbnail on the archive in the first place.

Tom, I got it. User error ;)

I had removed the featured image while tinkering.

Thanks for the help!

No problem! :)

This archived topic is closed to new replies.