add new adv plugin and suppoer webp

This commit is contained in:
argoexpert press
2025-04-18 19:44:26 +03:00
parent f3b21a96e4
commit 5aeb9f4cdb
13 changed files with 156 additions and 138 deletions

View File

@@ -41,7 +41,11 @@
<?php endif; ?>
<?php endif; ?>
<div class="article-single__content">
<?php the_content(); ?>
<?php
//$content = get_the_content();
$content = apply_filters('the_content', get_the_content());
echo replace_first_figure_in_content($content);
//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>
</div>