</div>
    <?php 
    }
}
?>

    <?php 
$workshops = classes();
?>

    <?php 
if (count($workshops) > 0) {
    ?>
      <?php 
    foreach ($workshops as $post) {
        _loop::load($post);
        ?>

        <section class="workshop" id="workshop_<?php 
        the_ID();
        ?>
">
          <div class="meta">
            <h2><?php 
        the_title();
        ?>
</h2>
            <h3><?php 
        the_field('days');
        ?>
</h2>
get_header();
?>
<div class="wrapper">
  <div id="main">

    <section id="mission">
      <h2>Bellingham Circus Guild</h2>
      <p>We are jugglers, acrobats, aerialists, stilters, clowns, myth makers, experimental multi-medium theatricalists, and so very much more.</p>
    </section>

    <?php 
$event = events_query()->random_post();
?>
    <?php 
if ($event) {
    _loop::load($post = $event);
    ?>
      <section id="coming-soon" class="alert">
        <h3>Coming Soon</h3>
        <h4>to the Cirque Lab</h4>

        <hr />

        <a href="<?php 
    the_permalink();
    ?>
">
          <time class="highlight"><?php 
    the_event_date();
    ?>
</time>