Section Tax Query
$tax_query = array( array( 'taxonomy' => 'sections', 'terms' => '$_GET['section']', 'field' => 'term_id', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'sections', 'terms' => '$_GET['section']', 'field' => 'term_id', 'include_children' => false, ), );