How to not display a thumbnail for certain posts?
-
Hey, I want to not display a thumbnail image or any thumbnail at all when I post under certain category…the thumbnail code I use is
<td width="154"><a href="<?php the_permalink(); ?>"><img src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" width="150" /></a></td>
Is it possible to create an IF THEN function so that IF my post is under the category “video” THEN the thumbnail will not display?
OR better yet, if I don’t add a thumbnail to the post, how can I get all that space???
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to not display a thumbnail for certain posts?’ is closed to new replies.