correct width logo

This commit is contained in:
arlemp@selectel.ru
2022-02-21 20:11:03 +03:00
parent 0af5c990d2
commit 7a95fa3e42
3 changed files with 5 additions and 6 deletions

View File

@@ -36,7 +36,7 @@
<?$author = get_the_author();
if ( ! empty ( $author ) AND $author !== 'vetandlife.ru'):?>
<div class="post_author">
Автор: <?php the_author(); ?>
Автор: <?=the_author_posts_link()?>
</div>
<?endif?>