Month and Categories Numbers (CSS)
-
Hey,
So I just finished customizing a WordPress blog, but am still having two problems (which are more or less the same) that I can’t figure out..http://www.damiensaatdjian.com/things/
So I just made a post to show what I’m trying to describe… If you look on the right, you’ll see that in the Archives and Categories, the number of posts pertaining to each field is written below, as opposed to after. The code is as follows:
<h2>Archives</h2>
-
<?php wp_get_archives(‘type=monthly&show_post_count=1’); ?>
<h2>Categories</h2>
-
<?php wp_list_categories(‘title_li=&show_count=1’); ?>
I don’t know what I’ve done wrong, but whenever I try to change it so it goes July 2009 (1), it doesn’t work! I’ve looked all around the internet and can’t seem to find an answer. Does anyone know what the problem would be?
Thanks!
damien -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
- The topic ‘Month and Categories Numbers (CSS)’ is closed to new replies.