James:
Because I set the category ¨featured¨ in the index as a featured category, that only appear in the home page, with a code that is something like this:
query_post= new WP_query('category_name=featured&pos_per_post=1')
I want that featured category out of the menu. But i don't know how. I tried make a variable and then calling the id, but exclude don't allow me to call a variable in the code wp_list_category( 'title_li=&depth=0&exclude=1,featured' ).
Maybe I'm calling it in the wrong way???
alchymyth: I going to try that way thanks for the help.
dskallman: the point is a site with a custom menu. That featured category is killing me. Thanks for the help.