Kolay seçenek CCS büyü biraz ile. Şu anda, ben çizgisinde (arşiv blok için) şablon kodunuzu varsayarak yaşıyorum:
<ul>
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
</ul>
Firstly, listenize bir sınıf ekleyin:
<ul class="archiveList">
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
</ul>
Secondly, ilgili bit stil için CSS bazı satırları ekleyin
.achiveList li {color: red;} /* This is the style for the post count */
.achiveList li a {color: blue;} /* This is the style for the link */
Sabit seçeneği 0/false için wp_get_achives üzerinde "echo" parametresini ayarlamak için. That way the method will return an array of data and leave it up to your to loop over it and print it out. Edit Benim hatam, bu oldukça zor olacak anlamına gelir, sadece bir dizge olarak döndürür. Uygulamak için gereken ne kadar stil bağlıdır.