yakuphan adlı üyeden alıntı: mesajı görüntüle
Etiketler: <?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
$etiketler[] = $tag->name;
}
if ($etiketler) echo imlode(', ', $etiketler);
}
?>
Fatal error: Call to undefined function imlode() in /home/filmizle/public_html/wp-content/themes/church_10/home.php on line 27

Hata verdi ne yazıkki :/