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