Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119538

mfuchs on "[Plugin: Events Manager] Display Placeholders content in Template"

$
0
0

Thanks so much, that worked. I added

<?php
global $post;
$EM_Event = em_get_event($post->ID, 'post_id');
?>

to the template and then

<?php echo $EM_Event->output('#_EVENTDATES'); ?>

to output the Event Date.


Viewing all articles
Browse latest Browse all 119538

Trending Articles