Getting bulletpoints in category list
-
Ive got bullet points in all my other sidebar items, but I can’t seem to get them in my category list. I’ve tried comparing to the other items but I’m not having any luck.
This is an extract from Sidebar.php
<!– Categories –>
<h2><?php _e(‘Categories’); ?></h2>-
<?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
<!– End of Categories –>
- <!– Archives –>
<h2><?php _e(‘Archives’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<!– End of Archives –>
I’ve got the
- tags in there, don’t understand why it won’t work though ??
- <!– Archives –>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Getting bulletpoints in category list’ is closed to new replies.