have_posts()) : while ($the_query -> have_posts()) : $the_query -> the_post(); if($content_type=='excerpt'): the_excerpt(); else: the_content(); wp_link_pages( array( 'before' => '', ) ); endif; endwhile; endif; wp_reset_query(); ?>
have_posts()) : while ($the_query -> have_posts()) : $the_query -> the_post(); ?>