No.
This is what I do not want.
I do not want a list, I want to be able to write into current events on a single page.
You can use the do_shortcode function for any of the Events Manager shortcodes:
http://wp-events-plugin.com/documentation/shortcodes/
Yes, thanks I know that.
Sorry, so hard to explain.
But I don’t know the start of the code if I don’t want a list.
<?php echo do_shortcode(“[event]”);
Date:
Time:
IMG:
?>
I only want to show one event, the event that is active.
If you only want to list one event at a time, you can use something like this:
do_shortcode("[event post_id="123"]");
You can change the look of an event in formatting.
But if you want to change the look of your own theme so it will be in a file called
single-event.php.
If I were to use your code: do_shortcode (“[event post_id =” 123 “]”);
So is there a specific event. I want to change the current event in single-event.
I found it 🙂
<?php echo $EM_Event->output(‘#_EVENTNAME’); ?>
Hey Driftmagazine, I’m having the same issue and I can’t seem to explain it well enough to any one here. Do you mind helping me out? I need to add the shortcodes to single events without using the formatting.
I’d really appreciate the help,
Olivia