args = array_merge( array( 'post_type' => 'post', 'posts_per_page' => -1, 'cache_results' => false, 'no_found_rows' => true, ), $this->args ); $this->posts = get_posts( $this->args ); } }