
$currenturl = get_permalink();?>
global $post;
//echo $post->ID;
$my_post_obj = get_post( $post->ID ); // параметр функции - ID поста, содержимое которого нужно вывести
$content = $my_post_obj->post_content;
?>
//$text = get_the_content()?>
$pa = explode("",$text)?>
//echo count($pa)-1;
$ps = 0;
?>
$vv) {?>
') {?>
$ps ++;?>
}?>
//echo $vv." " //count($pa) - 3?>
}?>
}?>
if ($post->ID == 53705) {
echo $content;
} else {
$the_content_filtered = apply_filters( 'the_content', $content );
echo str_replace( ']]>', ']]>', $the_content_filtered );
}
?>
//echo $text;?>
$meta = get_post_meta($post->ID)?>
}?>
}?>
$nb = get_field( "nobanners" );?>



