9 lines
212 B
PHP
9 lines
212 B
PHP
|
|
<!--[micro/image]-->
|
||
|
|
|
||
|
|
<?php if( has_post_thumbnail() ): ?>
|
||
|
|
|
||
|
|
<img itemprop="image" src="<?= the_post_thumbnail_url("large"); ?>" class="d-none" loading="lazy" />
|
||
|
|
|
||
|
|
<?php endif; ?>
|
||
|
|
|
||
|
|
<!--[/micro/image]-->
|