WordPress number of posts problem
Hello,
On my WordPress blog from my new website, I added the numbers of posts made next to the month..
The problem is the post is beneath the month instead of at the right of it..
This is the code:
PHP Code:
<li>
<h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
</ul>
</li>
And here is the screen:
http://i41.tinypic.com/1110cjs.jpg
Can somebody please give me a fix for that? I'm still searching myself but can't find anything :(
Thansk in advance!