[Resolved] post thumbnails only on category archive page

Home Forums Support [Resolved] post thumbnails only on category archive page

Home Forums Support post thumbnails only on category archive page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #146897
    Dave

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

    Possible?

    #146898
    Tom
    Lead Developer
    Lead Developer

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

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

    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.

    #146902
    Dave

    Tom, I got it. User error ๐Ÿ˜‰

    I had removed the featured image while tinkering.

    Thanks for the help!

    #146927
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.