Hi everyone,
I have just changed theme on my blog & would like to add a menu bar under the header image, for categories. This in itself is not a problem and I managed to get it done. However I then decided to try and exclude certain categories eg. Uncatergorized,Featured & Welcome this is where I now have a problem !
-----------original code------------------------
<?php wp_list_categories ('sort_column=menu_order&title_li'); ?>
I tried changing the original line of code above with;
<?php wp_list_categories('orderby=name&exclude=1,28,32'); ?>
But then instead of having a horizontal menu, it just gave me the word "Categories" as a drop down menu, although the 3 categories I want to remove were not in the drop down menu, so I have made some progress.
Can someone please help me out on this as I don't know enough about php at the moment & whatever I try I just keep getting syntax errors.
Thanks
Steve