Files
profile/template-parts/post/list-item-date.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

9 lines
208 B
PHP

<!--[post/list-item-date]-->
<time datetime="<?= get_the_date( "d.m.Y H:i:s" ) ?>" class="publication__number">
<?= get_the_date( "d.m.Y" ) ?>
</time>
<!--[/post/list-item-date]-->