Revision: 40584
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 4, 2011 02:51 by amyb
Initial Code
<?php if(has_post_thumbnail()) { the_post_thumbnail(); } else { ?> <img width="100" height="100" src="placeholder100.jpg" alt="" border="0" /> <?php } ?>
Initial URL
Initial Description
Initial Title
Wordpress - show featured image with post or a default image if no image set
Initial Tags
wordpress
Initial Language
PHP