The code I have displays the same image in every modal.
<?php if ( has_post_thumbnail() ) : ?>
<div class=”featured-image”>
<?php the_post_thumbnail() ?>
</div>
<?php endif; ?>
Please login or Register to submit your answer