I have the following code to display posts
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
How can I add a span class around the count so I can style it?
I have the following code to display posts
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
How can I add a span class around the count so I can style it?
This topic has been closed to new replies.