Custom taxonomy link opens under Posts
I had the same problem even though my taxonomy was registered to Users. Found the answer at Custom user taxonomies in WordPress by Justin Tadlock (see the comments for the post). Add this to your code (replace YOUR_TAXONOMY with the proper name): function fix_user_tax_page( $parent_file=”” ) { global $pagenow; if ( ! empty( $_GET[ ‘taxonomy’ … Read more