How to Exclude Categories using Filter
Hello,
I am trying to find out on how to exclude categories that begins with some characters or numbers like 'AA%' or 001% and could not able to find which paramater can be used with wp_list_categories.
wp_list_categories('show_count=0&title_li=&depth=1 ');
As you can see it is passing in three different parameters which basically says:
* show_count=0 – Don’t show the category count ( i.e. Shoes (3) )
* title_li= – Don’t show the default header (i.e. Categories) which is equal to nothing on purpose
* depth=1 – Only show the first level of categories. If you change this to 2 or 3, it will show you sub categories
http://appthemes.com/blog/how-to-exc...ss-categories/
I appreciate suggestions and recomendations.
TIA
~an roks