to reproduce the bug, create a new taxonomy and use uppercase in the first letter. then save, then click on the new taxonomy link in the Listings menu.
you'll get a "cheating uh?" error message
source: http://48web.com/cheatin%E2%80%99-uh-error-wordpress-custom-post-types/
http://wordpress.org/extend/plugins/agentpress-listings/
I'm not the developer for this plugin, but Taxonomy ID has to be a machine-readable string in lower case with no spaces nor special characters. This string serves as a unique key in the database and doesn't appear anywhere else, so the end user will never see it.
yeah thanks , I had figured that out in the meantime :)
chaspeace
Member
Posted 1 year ago #
Thank you! The AgentPress tutorial made no mention of the lower case requirement and I could not find it in their forum. You saved me a lot of time and ended my frustration. I wonder what other tricks AgentPress has to play before I get the site up and running.