Is there a plugin that would restrict non-admin users to only existing tags? I could have used categories for this, but it will be difficult to display with a...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
I’d like to have a non-hierarchical custom taxonomy displayed in the add/edit posts admin screen for a custom post type. Obviously, when the custom taxonomy is non-hierarchical, the meta...
Edit: Important note for WordPress v4.4 onward This question used a great workaround for the lack of real term meta in older versions of WordPress, but since the release...
I’m trying to print out all the posts within every taxonomy for a custom post type called product (jigoshop products). So i get all of the taxonomies using $cats...
I’ve registered a custom post type “object” and registered the taxonomy “post_tag” so that these objects can be tagged. register_taxonomy_for_object_type('post_tag', 'object'); When I visit domain.com/tag/{object-slug} it does not find...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
A related WPSE question asks how to get the term by specifying ID only, without specifying taxonomy. My question is more philosophical. Generally, stuff in WP core is there...
I am working on a script to convert all posts in a given category to use a postmeta flag instead (testing of MySQL has shown me that on a...
This seems fairly straight forward, but I cannot find a definite guide on how to add the taxonomy description field to the quick edit box. I’ve followed several tutorials...