Zuperman adlı üyeden alıntı

ben lafın gelişi reklam dedim :)
2 tane yöntem var bunda

1.Single.php ile yapmak

2.Functions.php ye ekliceğimiz kod ile
function content_yazi($content){
if (is_single())
{
$content='ne göstermek istiyorsan kodu'.$content;
};
return $content;
}
add_filter ('the_content','content_yazi');


Hemen deniyorum