">Get tickets<a/>
            <?php 
            }
            ?>
          </dd>
        <?php 
        }
        ?>

        <?php 
        if (get_field('facebook_event_page_link')) {
            ?>
          <dt>Facebook Event:</dt>
          <dd>
            <?php 
            link_to_the_field('facebook_event_page_link', 'facebook_event_page_link');
            ?>
          </dd>
        <?php 
        }
        ?>

        <?php 
        if (get_field('event_contact')) {
            ?>
          <dt>Contact:</dt>
          <dd><?php 
            the_field('event_contact');
            ?>
</dd>
        <?php 
                <dt>Times:</dt>
                <dd><?php 
            the_field('times');
            ?>
</dd>
              <?php 
        }
        ?>

              <?php 
        if (get_field('location')) {
            ?>
                <dt>Location:</dt>
                <dd>
                    <?php 
            link_to_the_field('location', 'location_url');
            ?>
;
                </dd>
              <?php 
        }
        ?>

              <?php 
        if (get_field('cost')) {
            ?>
                <dt>Cost:</dt>
                <dd><?php 
            the_field('cost');
            ?>
</dd>