Events

Latest Events

We offer a brand new approach to the most basic learning paradigms. Choose from a wide range of learning options and gain new skills! Our school is known.

'event', 'posts_per_page' => -1, 'post_status' => 'publish', ]; $events = new WP_Query($args); if ($events->have_posts()) : while ($events->have_posts()) : $events->the_post(); $event_date1 = get_the_date('j'); $event_date2 = get_the_date('M'); $event_image = get_the_post_thumbnail_url(get_the_ID(), 'full'); $event_time = get_field('event_time'); $event_location = get_field('event_location'); $event_title = get_the_title(); ?>