[wp-hackers] custom taxonomies

Malaiac malaiac at gmail.com
Wed Dec 24 21:32:45 GMT 2008


Just as a note, one of limitations to remove
get_categories() can be set with (type=<?>), like type=link
get_category() cannot. get_category > get_term($category,'category');
Because of that, all category dependent functions, like
wp_list_categories and such, are broken when working with non post
categories

Malaiac


More information about the wp-hackers mailing list