<?php
$my_postid = $post->ID;
$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters('the_content', $content);
$content = strip_tags($content, '<p><br/><br><br />');
echo $content;
?>the_content kısmını şununla basmayı denermisiniz.
Nereye ekleyim hocam tam olarak kodu