• Can someone please help me figure out how to remove the thumbnails from my category pages? I’ve asked this question in this forum before to no avail and searched for other posts but can’t find the answer.

    Here you can see what I’m talking about: http://prevailpr.com/category/social-media/

    Basically the thumbnail is completely unneeded and I’d just prefer them to not show up at all.

    One caveat: For the front page featured content slider to display pictures, it uses thumbnails. I would still like these images to work.

    Thank you for any help.

Viewing 1 replies (of 1 total)
  • the better way would be to edit category.php ( if your theme does not have category.php, then make a copy of archive.php and save it as category.php) and to find the code that displays the thumbnail, the comment it out or delete it.

    if you need help there, you could paste category.php into a pastebin and post the link to it here.

    as a quick-fix, you could add this:
    .category img.post_img {display:none;}
    to style.css somewhere.

Viewing 1 replies (of 1 total)

The topic ‘Remove Thumbnails from Category Pages’ is closed to new replies.