<?php the_category(' · ') ?>Bunun yerine o mesaja ait etiketleri listeleyen kodu yazıcam ama bulamadım.
Etiketleri listeleyen kod nerdedir?
3
●731
- 11-05-2008, 22:21:31Üyeliği durduruldubu kodları sidebar.php de uygun bir yere koyarsın.
temana gör düzenlersin:
<?php if ( function_exists('wp_tag_cloud') ) : ?> <li> <h2>Etiketler</h2> <ul> <?php wp_tag_cloud('smallest=8&largest=22'); ?> </ul> </li> <?php endif; ?>veya
<li><h2>Etiketler</h2> <ul> <?php wp_tag_cloud(''); ?> </ul> </li>bunlar yan tarafta etiketleri listeler.bir de index.php veya single.php dosyasına şu kodu koyarak etiketleri gösterebilirsin:
<?php the_tags('Etiketler: ', ', ', '<br />'); ?> - 11-05-2008, 23:38:36Kimlik doğrulama veya yönetimden onay bekliyor.etiket bulutu istemiyor arkadaş sanırım.
istediği sanırım bu > Wordpress 2.3 tag fonksiyonları - single_tag_title - Günlük Haftalık Aylık