Viewing 1 replies (of 1 total)
  • I use the following code for one of my themes:

    <li><h2><?php _e('Categories'); ?></h2>
    <ul>
    <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
    </ul>

    It should work for you ??

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Categories to “bottomblock.php”’ is closed to new replies.