Support

Account

Home Forums Backend Issues (wp-admin) WP_Query using Taxonomy Field For categories Reply To: WP_Query using Taxonomy Field For categories

  • There is no “cats” argument for WP_Query().

    https://developer.wordpress.org/reference/classes/wp_query/#category-parameters

    try “cat” with a comma separated string of category IDs or “category__in” with an array.