fix agroexpert links
This commit is contained in:
@@ -43,8 +43,13 @@
|
||||
<div class="article-single__content">
|
||||
<?php
|
||||
//$content = get_the_content();
|
||||
$content = apply_filters('the_content', get_the_content());
|
||||
echo replace_first_figure_in_content($content);
|
||||
$post_id = get_the_ID();
|
||||
if ( $post_id == 26011 ) {
|
||||
the_content();
|
||||
} else {
|
||||
$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>
|
||||
|
||||
Reference in New Issue
Block a user