| Current Path : /home/chevrit/www/wp-content/themes/fqqf2gwg/inc/search/templates/parts/post-info/ |
| Current File : /home/chevrit/www/wp-content/themes/fqqf2gwg/inc/search/templates/parts/post-info/image.php |
<?php if ( has_post_thumbnail() ) { ?>
<div class="qodef-e-image">
<a itemprop="url" href="<?php the_permalink(); ?>">
<?php the_post_thumbnail( 'thumbnail' ); ?>
</a>
</div>
<?php } ?>