I have a function set up that prints the taxonomy term name and slug for every products-category taxonomy term present. This works great, but it’s just displaying them alphabetically...
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 to count the number of parent...
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 generate next/previous Term URL Archive. For...
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( 'Type Business or Town', 'placeholder' )...
When I create a custom taxonomy, what template file is being used to display the page? How might I create a custom listing page for my custom taxonomy. eg....
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 change occasionally. According to the codex,...
I’m having a small issue with category pages for a custom taxonomy when custom permalinks are used, and I was wondering if someone might be able to help out...
I can select posts via my custom taxonomy as explained in the codex. But I am not sure, how I have to set up the tax_query if I want...
I’ve created custom taxonomy called ‘cities’ where you can add cities and added custom field ( radio button ) with 2 options: ‘Yes’ and ‘No’ ( never mind what...
Im trying to only show a taxonomy for the editor and administrator but I haven’t found a solution on SO or here. The closest thing I was able to...