How come when I uncheck a speaker from speakers category and put in "uncategorized", the speaker no longer appear as speaker on the home page, which is ok, but …
Clicking on the menu item for the category "speakers", that speaker who is uncategorized appear in the list of speakers !!!!
speaker removed from speakers category
speakers is still listed when clicking on the category menu item
Expert Boarder
GK User
Sat Mar 09, 2013 12:56 pm
Please see following post and only change category-speakers.php file.
This is caused by fact that the posts from custom post types like Speakers shouldn't be moved directly to other categories, because it is still of type "gavern_speaker" - of course you can use the additional adjustments presented in the NormanUK post, but the better way is copying the post manually to the normal Post taxonomies or change the post type manually in the database (or use plugin like this: http://wordpress.org/extend/plugins/post-type-switcher/ )