related post çektiyorsunuz,
content-single.php içinde content kısmını silin bunu ekleyin.
Önce yedek alın çalışmama ihtimali yüksek
<?php
$content = get_the_content();
// This is where wordpress filters the content text and adds paragraphs
$content = apply_filters('the_content', $content);
$content=preg_replace('/(<[^>]+) style=".*?"/i', '$2', $content);
$reklamads='
<!-- related post buraya-->
<!-- related post buraya-->
';
$content=preg_replace('/<\/p>\n<p>/i', '</p>'.$reklamads.'<p>', $content, 1);
echo $content;
?>
Bu sadece fikir amaçlı olsun, kodlar çok yetersiz. Boş zamanımda, yapamazsanız yardımcı olmaya çalışırım.