Syracuse University
SU Winterlude Online
SU Winterlude Online
Tagline 4
Snowed in? Scoop up some credits!
if(is_front_page()){ ?> $query = new WP_Query( $args = array( 'posts_per_page' => '-1', 'post_type' => 'course', 'order' => 'ASC', ) ); $query = new WP_Query($args); while ( $query->have_posts() ) : $query->the_post(); ?>
×
the_title(); ?>
get_template_part( 'content', 'grid' ); ?>
endwhile; wp_reset_postdata(); ?> } ?>