wordpress etiketleri nasıl düz yazı olarak yazdırabilirim
1
●280
- 29-01-2016, 13:48:49Hala arıyor musun bilmiyorum ama ben de aradım ve buldum burayada yazayım bir daha ararsam hemen bulurum;t3amsah adlı üyeden alıntı: mesajı görüntüle
http://codex.wordpress.org/Function_...e/get_the_tags
<?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo $tag->name . ' '; } } ?>