1
$quotes_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '$show', 'field' => 'name', 'operator' => 'AND', ), array( 'taxonomy' => 'category', 'terms' => 'quote-page', 'field' => 'slug', ), );
$quotes_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '$show', 'field' => 'name', 'operator' => 'AND', ), array( 'taxonomy' => 'category', 'terms' => 'quote-page', 'field' => 'slug', ), );