[Plugin: Category and Page Icons] Custom Taxonomy categories not showning on front
-
I’ve set up a custom type named ‘Document’ and a custom taxonomy called ‘Forms’. When i’m in the admin, i can attach an icon to this taxonomy as it shows up. In the front end, i’m spitting out a menu using ‘wp_nav_menu()’ – i’ve added a line to line number 386 in menu-compouser.php (add_filter(‘wp_nav_menu’, array(&$this, ‘wp_list_pages_icons’), 10, 1 );) and icons are outputting for normal pages and categories. Problem is, icons aren’t outputted for my custom taxonomies?
I think it may have something to do with the filter add_filter(‘wp_list_categories’, array(&$this, ‘wp_list_categories_icons’), 10, 1 ); on line 387 – that this is not recognizing my custom taxonomies?
Anyone got any ideas? Great plug-in by the way!
https://www.ads-software.com/extend/plugins/category-page-icons/
- The topic ‘[Plugin: Category and Page Icons] Custom Taxonomy categories not showning on front’ is closed to new replies.