Support

Account

Home Forums General Issues Query posts through relationships' taxonomies Reply To: Query posts through relationships' taxonomies

  • Your other choice would be to use $wpdb and construct a custom query https://codex.wordpress.org/Class_Reference/wpdb

    To be honest, I think my first way is easier since I’m getting pretty rusty at constructing MySQL queries.