Wordpress how to get the post thumbnail inside a figure tag
PHP Snippet 1:
<figure class="post_thumbnail">
<?php if(has_post_thumbnail()) { echo the_post_thumbnail('full'); }; ?>
</figure>
<figure class="post_thumbnail">
<?php if(has_post_thumbnail()) { echo the_post_thumbnail('full'); }; ?>
</figure>