IT Nursery
How to get term by custom term meta and taxonomy or how to filter tax_query by term meta instead slug/id? function custom_pre_get_posts($query) { global $wp_query; if ( !is_admin() &&...
  • May 1, 2022
  • 0 Comments
IT Nursery
I’ve been having a lot of trouble getting a WP_Query running with a tax_query on my custom taxonomy. I’m 99.9% sure that my register_taxonomy is correct, as I’m able...
  • April 28, 2022
  • 0 Comments
IT Nursery
I have a custom post type called portfolio and a custom taxonomy called build-type (acting as categories) I am trying to query portfolio posts by build-type ID e.g. all...
  • April 25, 2022
  • 0 Comments
IT Nursery
I’m trying to print out all the posts within every taxonomy for a custom post type called product (jigoshop products). So i get all of the taxonomies using $cats...
  • April 25, 2022
  • 0 Comments
IT Nursery
I have a custom post type called ‘episode’. Attached to ‘episode’ I have a custom taxonomy called ‘video_type’ that contains two terms: “bonus-footage” and “episode”; “episode” contains two child...
  • April 9, 2022
  • 0 Comments