Juan Rodriguez
asked 10 years ago

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; ?>

Powered by DW Question & Answer Pro