add files
This commit is contained in:
9
template-parts/micro/image.php
Normal file
9
template-parts/micro/image.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!--[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]-->
|
||||
Reference in New Issue
Block a user