• I would like to have two sets of categories on my sidebar. Let’s say the first one is called Fruits and the second is called Vegatables. Then under each category lists the various items, i.e. apples, oranges, beans, peas.

    I can’t really use the Custom Menu feature included in the new version of WordPress because the Custom Menu gets all buggered up with the styles and I don’t seem to be able to fix them. And there’s another problem with the second category, i.e. vegetables doesn’t get place in an h3 tag like the fruits does.

    Is there a way to make an adjustment in the hard code and exclude all the vegetable items from the fruits category and visa versa?

    Here’s the code from my sidebar …

    <h3><?php _e(‘Categories’,’eGallery’); ?></h3>

      <?php wp_list_cats(‘sort_column=name&hierarchical=1’); ?>

    Thanks
    Michael

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Two Sets of Categories’ is closed to new replies.