When we add some taxonomy in our metabox, is possible to search by term. I saw that our output is…
Custom taxonomies
I have created a custom taxonomy ‘regionen’. I have two levels inside the taxonomy Anden – Peru – Bolivian Conosur…
How can I use a custom PAGE taxonomy?
My site serves an organization with about 20 committees. I would like to have a custom archive page for each…
How to display a custom taxonomy without a link?
I need to display the name of a custom taxonomy term in a page template, and I’ve tried with the…
Set custom post type terms by id without knowing taxonomy
For a custom post type with multiple taxonomies, is it possible to set the post terms without explicitly knowing which…
Problem registering custom taxonomy
Can anyone see what I’ve done wrong here. I’m trying to register a custom taxonomy called ‘location’ for my custom…
get parent and childs from hierarchcial taxonomy
I have a hierarchical taxonomy and i want to show only childs from 1 parent. For example, the taxonomy looks…
list taxonomies from a custom post type
I registered a Taxonomy for a custom post type called events. // Register Custom Taxonomy function events_categories() { $labels =…
is_tax not working for custom taxonomy
I am trying to over-ride a custom taxonomy file from my plugin. Actually, I have 2 custom taxonomies: destination &…
Display sub-taxonomies based on SELECTED parent-taxonomy
I have two drop downs. The first one contains list of parent taxonomies from a custom post type. And the…
How do I display content on a Woocommerce product sub-categories that belong to a specific parent category?
I’m trying to display a short message under each product for all products that belong to sub-categories of a specific…
Display both parent and child custom taxonomy / content
I’m trying to display a list of parent and children custom taxonomy and under each the title of any post…
How to display selected taxonomies by their parent
I have a custom taxonomy as ‘services’ and custom post type as ‘portfolio’. What I would like to do is;…
Relations between taxonomy terms for getting parent child nested Json objects and arrays
i have 2 taxonomies (cat) (subcat) and they have some terms(rows) for example , , i want make a relation…
How to display Custom Taxonomy under Custom Admin Menu?
I have problem to display custom taxonomy under custom admin menu. Custom post types are displayed properly, but the taxonomy…
How to insert my custom taxonomy template via plugin?
I’ve created a plugin to manage my bookstore site. In this plugin, I’ve created a custom taxonomy call “authors” to…