Featured image not showing
-
Hello and thank you for the excellent plugin. I’m using a custom template to show a list of downloads and I added this line of code
<?php $dlm_download->the_image(); ?>
to display the featured image for each download (and obviously my downloads have a featured image), but it’s showing a placeholder image.
I tried to use this lines of code instead
<?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail(); ?> <?php endif; ?>
but it’s not working.
Help?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Featured image not showing’ is closed to new replies.