Mporei kaneis na voithisei??????
Δημοσιεύτηκε: 29 Ιαν 2015, 04:02
Kalimera exw ena provlima me to Wordpress. Prospathw na valw san meta keywords ta tags tou arthrou. Vazw
$posttags = get_the_tags();
if ($posttags) {
echo "<meta name='keywords' content='";
foreach($posttags as $tag) {
echo $tag->name.",";
}
To provlima pou exw einai ta keywords vgainoun kanonika me komma alla den thelw sto teleutaio komma. px 'giorgos,maria,' Exoun spasei ta neura mou ,
$posttags = get_the_tags();
if ($posttags) {
echo "<meta name='keywords' content='";
foreach($posttags as $tag) {
echo $tag->name.",";
}
To provlima pou exw einai ta keywords vgainoun kanonika me komma alla den thelw sto teleutaio komma. px 'giorgos,maria,' Exoun spasei ta neura mou ,