query page category services
$page_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'page_category', 'terms' => 'services', 'field' => 'term_id', ), );
$page_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'page_category', 'terms' => 'services', 'field' => 'term_id', ), );