shortcode and event id
-
Hi there,
I would like to display some event attributes on a single event page. Therefore I need to grab the event id from the actual displayed event to show the attribute from just this event.
Like that:
<?php echo do_shortcode(‘[event post_id=”xxx”]#_EVENTDATES at #_EVENTTIMES[/event]’); ?>I would like to put this code on the page to get the id to display date and time from this event. But how do I get the id?
What about this <?php $pid = $post->ID;?>
Cheers
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘shortcode and event id’ is closed to new replies.