Untitled Snippet
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '$currentCat', 'field' => 'name', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '$currentCat', 'field' => 'name', ), );