I would like it to display a default picture “bob” if there is no homethumb in the post. here is the code as it exists now.
<?php $homethumb = get_post_meta($post->ID,’homethumb’, true); ?>
<img src=”<?php bloginfo(‘url’); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg” width=”200″ height=”120″ >