Top "Taxonomy" questions

The classification, or categorization, of things

How to get the current taxonomy term ID (not the slug) in WordPress?

I've created a taxonomy.php page in my WordPress theme folder. I would like to get the current term id …

php wordpress taxonomy
Get all posts from custom taxonomy in Wordpress

Is there a way to get all the posts from a taxonomy in Wordpress ? In taxonomy.php, I have this …

php wordpress taxonomy
Query posts by custom taxonomy ID

I have a custom post type called portfolio and a custom taxonomy called build-type (acting as categories) I am trying …

wordpress taxonomy custom-taxonomy
Display current post custom taxonomy in WordPress

I've created custom taxonomies on WordPress and I want to display the current post taxonomies on the post in a …

php wordpress foreach taxonomy custom-taxonomy
Get Woocommerce Category Thumbnails

I have a custom template for a woocommerce category page to only display the categories. I have got the system …

wordpress taxonomy woocommerce
Wordpress : How Do I get taxonomy name in taxonomy.php?

I am able to display the term of the taxonomy in the taxonomy page, but how do I get the …

wordpress taxonomy
drupal - add select/option list to a form

I am a bit confused. I have created a simple form with a one text box and a submit button. …

drupal forms taxonomy
How do I remove a taxonomy from Wordpress?

I'm creating different custom post types and taxonomies and I want to remove the 'Post Tags' taxonomy from the default …

wordpress wordpress-theming taxonomy
Wordpress get taxonomy name with slug

How can I get a taxonomy id or name with only the taxonomy slug ? I guess I'm looking for the …

wordpress taxonomy
How can I theme the taxonomy/term/x page?

Although it was easy to find some info online about how to theme other stuff (e.g. search results), it …

drupal themes taxonomy drupal-taxonomy