Uhmm can you please tell me the php code for making an else statement
Im having trouble making it because there is an <?php at then end of the div statement.
if ( wt_get_option( ‘wt_show_post_img’ ) == 1 ){
if (has_post_thumbnail() ) { ?>
<div class=”thumbnail single-post-thumbnail”><?php the_post_thumbnail( ‘wt840_420’ ); ?></div><?php <—- Here.
else { <– I tried this one not working,
}
}
} ?>
I am using Falcon WordPress Magazine theme.