Tax Query – Services No Category
$tax_query = array( array( 'taxonomy' => 'service-category', 'terms' => 'no-category', 'field' => 'slug', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'service-category', 'terms' => 'no-category', 'field' => 'slug', 'include_children' => false, ), );