Forums
(@mikelacroix)
12 years, 9 months ago
It worked like a charm! So basically, <?php } else if ( has_post_thumbnail() ) { ?> was the way to go. But I thought I needed an <?php endif; ?> to hold it all together.
<?php } else if ( has_post_thumbnail() ) { ?>
<?php endif; ?>
I just learned something! Thanks so much, hiteshanjara!
13 years, 5 months ago
Bump? I’d really need some assistance.
13 years, 9 months ago
Like a charm! Thanks!!!!
13 years, 10 months ago
It worked MAGNIFICENTLY. Thank you so much!!!