opinion query
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'opinion', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'opinion', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );