add adv left 2

This commit is contained in:
2024-03-29 16:36:22 +03:00
parent e2859c958d
commit 0342a40bb0
2 changed files with 14 additions and 1 deletions

View File

@@ -30,7 +30,12 @@
<?php if (!in_category('partners')) : ?>
<?php if ($author) : ?>
<div class="article-author">
<div class="article-author__name"><?= $author->display_name; ?></div>
<div class="article-author__name">
<?= $author->display_name; ?><br>
<? if ( $author->description !== '' ):?>
<?=$author->description?>
<?endif?>
</div>
</div>
<?php endif; ?>
<?php endif; ?>