Tagged: category, featured image
Hello. We would like for the featured images to be hidden on the actual post when the posts are designated under a particular wordpress category. It seems that the following code hides the featured images from ALL posts, but is it somehow possible to set up that code to just have the featured images hidden on a particular category of posts only?
.single .big-preview {
display:none !important;
}
If not, then is there any other alternative code (perhaps something for functions.php) that would hide the featured image on all posts that are under a particular WordPress category?
Please advise.
Hey ACNLatitudes!
When you set the featured image there is a small checkbox that displays beneath it that you can check for hiding it on the single post view.
Cheers!
Elliott