add new adv plugin and suppoer webp
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user