my single-event.php looks like this:
<?php get_header(); ?>
<div id="primary">
<div id="content" role="main">
<?php
global $post;
$EM_Event = em_get_event($post->ID, 'post_id');
?>
<header class="entry-header">
<h1 class="entry-title">Event: <?php echo $EM_Event->output('#_EVENTNAME'); ?></h1>
</header>
<div class="entry-content">
<p><?php echo $EM_Event->output('#_EVENTNOTES'); ?></p>
</div>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Sorry, the site isn’t live yet, I can’t send the link – I have a coming soon plug in blocking it from being viewed. But if someone want to help me I can disable that plug in for a bit.