Taxonomies Returning Empty
-
I have a question and it is similar to the topic located here:
I had two environments setup – a localhost and the dev environment on a server. I was not modifying the localhost database at all and I found your plugin. I bought it and installed it. I then uploaded the advanced version over to the server and when I activate the plugin – all of my custom taxonomy categories dissapear. I am not using MultiSite and I am under a critical deadline for this application I am creating.
In your code – you have this:
function listTerms($taxonomy)which then calls this:
$taxonomy_terms = get_terms($taxonomy, $args);That array is returning empty along with the actual category page of my custom taxonomies but ONLY on the server not on the localhost. Is this a permission error or what do I have to do to fix this?
Thank you for any help
http://wordpress.org/extend/plugins/taxonomy-terms-order/
The topic ‘Taxonomies Returning Empty’ is closed to new replies.