Files
profile/template-parts/micro/image.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

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]-->