Top "Custom-taxonomy" questions

Custom criteria that allow categorization, identification, nomenclature, and classification of various entities in software.

Get custom product attributes in Woocommerce

In Woocommerce, I am trying to get product custom attribute values but I fail miserably and I don't get anything. …

php wordpress woocommerce product custom-taxonomy
How to get the taxonomy values of a custom post type

I am creating a new template that will get all the custom post type (Case Studies) content, including the taxonomies …

php wordpress custom-post-type custom-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
link to custom taxonomy by id

Through a series of specific requirements, I find myself needing to link to a custom taxonomy category using its term …

wordpress custom-taxonomy
wordpress get taxonomy list of custom post type

I am using "Video" theme for my wordpress website. In this theme, videos post type and "videoscategory" taxonomy are defined. …

wordpress custom-post-type custom-taxonomy
Create new product attribute programmatically in Woocommerce

How can I create attributes for WooCommerce from a plugin? I find only : wp_set_object_terms( $object_id, $terms, $…

php wordpress woocommerce product custom-taxonomy
Get the id of a WooCommerce product category by its slug

I have a wp template that I would like to assign to some pages. The template would ie. display all …

php wordpress woocommerce categories custom-taxonomy
Add custom fields in custom taxonomy meta box in wordpress-3.5.2

Unable to add custom fields in custom taxonomy meta box in wordpress-3.5.2. I have checked solution in various blogs but …

wordpress taxonomy custom-taxonomy
Get the product attribute label name in Woocommerce 3

I am using a lot of product attributes on my products in Woocommerce and I am looping through all variations …

php wordpress woocommerce product custom-taxonomy