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’ve set up three custom taxonomies within my theme for attachment post types within WordPress 3.5.1. One taxonomy is non-hierarchical (i.e. tags) and has about 800 terms in it....
I have a custom taxonomy (with terms that include all 50 states) that I’m displaying, along with the title of the posts in that term directly below. Simple, and...
I have a custom post type “Artworks” with a custom taxonomy “Artists”. I have a page where I list all the entries from the “Artists” taxonomy (Artist 1, Artist...
I have a custom field to select a category (custom taxonomy) and then I will display a list of all of its child-categories. This works fine when I return...
I try echo on any page (I mean page on my site) all post IDs what I have in my taxonomy. I found this: get a list of posts...
I have a custom query which gets all the custom taxonomies for the custom post type and displays the latest post in each. At the moment it pulls in...
Hi i need to get the main taxonomy and sub taxonomy of a product in woocommerce . i know how to get taxonomy details .123 is product id ....
I have a custom post type Wine, which has an ACF Field that links to another custom post type Producer as a post_object relation. In my Producer, I have...
I need to get a complex result set from a WordPress database according to the category structure. First I will try to explain my category structure. I have three...