Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jassi Bacha

    (@klikster)

    I ended up finding the solution in their Snippets Pastebin.

    <?php
    global $post;
    $EM_Event = em_get_event($post->ID, 'post_id'); 
    
    echo $EM_Event->output('#_EVENTNAME');
    echo $EM_Event->output('#_EVENTDATES');
    echo $EM_Event->output('#_EVENTTIMES');
    ?>

    Great find. Thanks Jassi.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Created single-event.php template; trying to manually display Title, Date & Time’ is closed to new replies.