'tax_query' => array(
array(
'taxonomy' => 'aromati',
'field' => 'slug',
'terms' => (isset($_GET['term']) ? $_GET['term'] : )
)
),
);