tax_query
Display blog by category query
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'business', 'field' => 'slug', 'operator' => 'IN', ), );
Display blog by category query
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'business', 'field' => 'slug', 'operator' => 'IN', ), );