How to only list the child terms of a taxonomy and not their parents?
I’m creating an age select menu in the admin, populated from a taxonomy of age. The taxonomy is hierarchical as follows:
I’m creating an age select menu in the admin, populated from a taxonomy of age. The taxonomy is hierarchical as follows:
I made a custom taxonomy named “books” and with a little help on SE I managed to display its contents on an image grid, the code below shows how I did this:
I am trying to add custom columns to edit-tags.php for a custom taxonomy that I have created. This custom taxonomy is called equipment-types and it only applies to one custom post type called equipment. I am trying to use the same filters and actions that I would use to add custom columns on the edit.php page. I was able to actually create the custom columns with this filter:
I am using custom taxonomies with WordPress 3.0.4
I’ve been trying to add category, tag, or custom taxonomy support to images (or all media, though I’m only concerned with Images). I’ve got it part-way figured out with:
How can i get taxonomies of a post type?
I have a custom post type products and a custom taxonomy ‘Product Categories’ with the slug products.
What function will display custom taxonomies associated with a post as text?
Say I have the following taxonomy terms:
I registered a custom post type using Custom Post Type UI, and created an archive page and named it archive-recipe.php, ‘recipe’ is my custom post type name. But its not working, instead its using the default archive.php. I set the has-archive to true but still not working. How to fix that?