Looking for things to do in CKE?
The CKE Communities offer a wide range of recreation options. Whether you’re looking for registered programming within the hall or activities and amenities available in the surrounding area, you’re sure to find something that interests you.
//php echo do_shortcode( '[searchandfilter fields="program_activity_category" post_types="programs_activities"]' ); ?>
//php
//if ( get_query_var('paged') ) $paged = get_query_var('paged');
//if ( get_query_var('page') ) $paged = get_query_var('page');
//$query = new WP_Query( array( 'post_type' => 'programs_activities', 'paged' => $paged, 'orderly' => 'date', 'order' => 'ASC' ) );
//if ( $query->have_posts() ) : ?>
//php while ( $query->have_posts() ) : $query->the_post(); ?>
//php endwhile; else: ?>
//php _e('Sorry, no posts matched your criteria.'); ?>
//php endif; ?>