Files
profile/template-parts/post/cell-date.php

9 lines
180 B
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<!--[post/cell-date]-->
<time datetime="<?= get_the_date( "d.m.Y H:i:s" ) ?>" class="article__data">
<?= get_the_date( "d.m.Y" ) ?>
</time>
<!--[/post/cell-date]-->