get taxonomy terms for parent and child
I have a function set up that prints the taxonomy term name and slug for every products-category taxonomy term present. This works great, … Read more
I have a function set up that prints the taxonomy term name and slug for every products-category taxonomy term present. This works great, … Read more
I have a custom post type “Services”. It has a hierarchal taxonomy of “service-category”. Service-category has both parent and child terms. I need … Read more
I have a custom post type called shows and taxonomy called podcast. Using taxonomy-podcast.php, I having hard time finding a function that will … Read more
I currently use the form below : <form role=”search” method=”get” class=”search-form” action=”<?php echo home_url( “https://wordpress.stackexchange.com/” ); ?>”> <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( … Read more
When I create a custom taxonomy, what template file is being used to display the page? How might I create a custom listing … Read more
I am using wp_insert_term() to insert a large number of taxonomy terms from a csv file. The contents of that csv file might … Read more
I’m having a small issue with category pages for a custom taxonomy when custom permalinks are used, and I was wondering if someone … Read more
I can select posts via my custom taxonomy as explained in the codex. But I am not sure, how I have to set … Read more
I’ve created custom taxonomy called ‘cities’ where you can add cities and added custom field ( radio button ) with 2 options: ‘Yes’ … Read more
Im trying to only show a taxonomy for the editor and administrator but I haven’t found a solution on SO or here. The … Read more