Not a known issue that I’ve experienced or had reported before, thus I don’t have any sort of fix available.
What CPT slugs are you using at the moment with CPTUI, if any yet? Possible that there’s conflicts going on.
Also if you have settings with CPTUI done up, you can use the debug info tab in the tools or “import/export”, menu to send me your settings info and some other debugging info. Send to michael @ webdevstudios . com.
Thanks for the quick response, email sent!
What stood out the most to me was the “include” taxonomy. Once I changed it to “includes” or “included” or any other variation, the menu items started showing up again. This make sense because “include” is a keyword for PHP as a whole, and was probably throwing the queries into a certain level of disarray. I’d recommend using something else, or prefixing the taxonomy slug. Looks like the “rewrite slug” field would be a good way to still have it be “include” visually, without affecting queries.
I will stress that due to this finding, the “include” word will likely be blacklisted as an available slug. Possibly for both taxonomies and post types, pending some quick testing.
Awesome! That did the trick! Thanks a bunch!