başlığına sonrası içeriği almak

0 Cevap php

i have to get the post content into the tag <head>. I was trying with this code into the header.php file of my theme:

if(is_single()){
$stringa = the_content();
}

ama çalışmıyor.

how can i do? thanks

0 Cevap