add tags in single

This commit is contained in:
2025-06-20 18:45:33 +03:00
parent 88df9dc9eb
commit f1cbd84d60
2 changed files with 5 additions and 0 deletions

View File

@@ -127,6 +127,10 @@
padding: 1.5rem 2.5rem;
}
.article-tags{
margin-bottom: 12px;
}
@media (max-width: 767px) {
.article-item {

View File

@@ -52,6 +52,7 @@
}
//the_content(); ?>
<div class="article-social">Подписывайтесь на нас в <a href="https://dzen.ru/agroexpert_press?favid=254170145" target="_blank">Дзен</a> и <a href="https://t.me/agroexpert_press" target="_blank">Telegram</a></div>
<div class="article-tags"><?the_tags( '' );?></div>
</div>
</div>