html
<div class="post-entry">
<h2 class="entry-title"><a href="{{the_permalink}}" target="_blank"><?= get_the_title(); ?></a></h2>
<p class="entry-content"><?= get_the_content(); ?></p>
<div class="entry-meta">
<time datetime="{{the_date}}" <?php echo get_the_time('H:i:s')__;?>>
<a href="https://inctrening.ru/timur-nikolaev/archive.php?post=<?php echo the_date(); ?>">Дата и время</a>
</time>
<a href="https://inctrening.ru/timur-nikolaev/author.php?author=<?php echo $author_name; ?>">Автор</a>
</div>
</div>