"" OR get_theme_mod('aaron_top_section2') <>"" OR get_theme_mod('aaron_top_section3') <>"" ) { $args = array('post_type' => 'page', 'orderby' => 'post__in', 'post__in' => array(get_theme_mod('aaron_top_section1'), get_theme_mod('aaron_top_section2'), get_theme_mod('aaron_top_section3'))); query_posts($args); while ( have_posts() ) : the_post(); get_template_part( 'content', 'page' ); endwhile; wp_reset_query(); } } ?> "" OR get_theme_mod('aaron_bottom_section2') <>"" OR get_theme_mod('aaron_bottom_section3') <>"") { $args = array('post_type' => 'page', 'orderby' => 'post__in', 'post__in' => array(get_theme_mod('aaron_bottom_section1'), get_theme_mod('aaron_bottom_section2'), get_theme_mod('aaron_bottom_section3'))); query_posts($args); while ( have_posts() ) : the_post(); get_template_part( 'content', 'page' ); endwhile; wp_reset_query(); } } ?>