Viewing 4 replies - 1 through 4 (of 4 total)
  • agelonwl

    (@angelonwl)

    you can try to use global $EM_Event then $EM_Event->start or $EM_Event->end

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    those are timestamps by the way, the MYSQL dates are

    $EM_Event->event_end_date
    $EM_Event->event_start_date

    Thread Starter lolroflcopter

    (@lolroflcopter)

    Okay, cool…thanks!

    What about in a get_posts() foreach () kind of situation.

    For example:

    <?php $events = get_posts(array("post_type"=>"event-recurring")) ;
    foreach ($events as $event): setup_postdata($event); ?>
    <?php echo start_date; ?> //echo that event's start date
    <?php endforeach; ?>

    Is this possible?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    you probably want event, not event-recurring

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Events Manager] Template Tag for the date(s)’ is closed to new replies.