Categories | Listing on two places
-
I would like to list the categories on two different places in the sidebar.
In the first place I would like to list one category and on the other place all the rest.
I tried using: <?php wp_list_cats(‘sort_column=name&optioncount=1&exclude=5, 1, 9’); ?> and <?php wp_list_cats(‘sort_column=name&optioncount=1&exclude=12’); ?>
However it doesn’t work for the second place. On both places ID 12 is the category that is listed.Is it possible to do what I would like to do?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Categories | Listing on two places’ is closed to new replies.