Custom Taxonomy
-
Hi there,
Great plugin! I’m trying to get it to work with a custom taxonomy. I think I’ve changed most of the ‘category’ settings inside the plugin, but I can’t figure out how to change this part:
wp_list_categories( array( 'admin' => $id, 'selected_cats' => $selected, 'options_name' => $options_name, 'hide_empty' => 0, 'title_li' => '', 'disabled' => ( 'all' == $current_tab ? false : true ), 'walker' => $walker ) ); $disable_checkbox = ( 'all' == $current_tab ) ? '' : 'disabled="disabled"';
The wp_list_categories function is not working for custom taxonomies, so I would have to use something like get_terms.
Maybe someone already figured this out? Thanks for the help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Taxonomy’ is closed to new replies.