pubcode tax query
get stuff by pubcode
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'pubcode', 'terms' => '$pubCode', 'field' => 'name', ), );
get stuff by pubcode
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'pubcode', 'terms' => '$pubCode', 'field' => 'name', ), );