array( 'post' ), 'post_status' => array( 'publish' ), 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'post_tag', 'field' => 'term_id', 'terms' => array( onepage_get_option( 'onepage_portfolio_tag' ) ), ) ), 'posts_per_page' => '1000', ); // The Query $query = new WP_Query( $args ); $gallery = Onepage_Data::get_instance()->gallery(); // The Loop if ( $query->have_posts() ) { ?>