Files
profile/template-parts/micro/image.php

9 lines
212 B
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<!--[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]-->