This, if( has_term( 'jazz', 'genre' ) ) { // do something } will check if a post has the term jazz from the custom taxonomy genre. But how to...
I was wondering how I could setup a taxonomy metabox on a post edit page that would be similar to the “tags” kind (with search field and automatic suggestions),...
I’ve created custom taxonomy called Brands and made it hierarchical so I can add Car brands and models there and keep their relations, like this: Ford Mustang Mondeo Focus...
Can you add the visual editor to the description field for custom taxonomies? It would be nice to have this option available when you edit an entry for a...
How can I remove the category/taxonomy description field? The one which shows up on the edit category/taxonomy page. 7 s 7 When no hook is available, you can always...
Multiple taxonomies in URL How does one append multiple taxonomies to the URL having the following: Post Type: products Taxonomy: product_type Taxonomy: product_brand Adding new product and selecting type...
Q: Is it possible to add images to all of my taxonomies (default and custom ones)? Note: I do not want to use any plugins (not my favourite solution...
I want to export all WordPress categories (no posts, just categories) from one blog to another. How can I do that ? 6 s 6 This answer is essentially...
WordPress default taxonomy (Categories) has the item Uncategorized by default. How to add a default item to a new custom taxonomy? functions.php: // === CUSTOM TAXONOMIES === // function...
WordPress 3.5 changed the media management and now the Media Library edit screen uses the default post type UI. Taxonomies are very useful for WP installs with different users...