HOW-TO: Use Custom Taxonomy
-
Edit the plugin (/wp-admin/plugin-editor.php?file=wp-filters/filters.php)
Search for$cats = get_categories("get=all");
Replace with$cats = get_categories(array('type' => 'my-taxonomy-name'));
(where ‘my-taxonomy-name’ is the name of your taxonomy)
- The topic ‘HOW-TO: Use Custom Taxonomy’ is closed to new replies.