query_vars, array( 'post_type' => 'photograph' ) ); query_posts( $args ); if ( have_posts() ): while (have_posts()) : the_post(); get_template_part('content','photograph'); endwhile; if ( $wp_query->max_num_pages > 1 ) : ?> '. __('No posts found. Try a different search?','colabsthemes').''; endif; wp_reset_query(); ?>
max_num_pages > 1 ) : ?>