Show upcoming event
-
I’m trying to show the next event. I checked this page:
http://wp-event-organiser.com/documentation/relative-date-formats/and the forum, and got an interesting code from this thread: http://wordpress.org/support/topic/plugin-event-organiser-displaying-next-upcoming-event-outside-of-the-loop
Unfortunately, it doesn’t work. I get a Parse error: syntax error, unexpected ‘<‘ in
Also I only want to show the next event (thumbnail + title + excerpt, that I know how to do).
I think it also may be interesting to show the other events, simply using <?php $i=1; ?> <?php if ($i == 1) : ?> <?php else : ?> like I already with WP Query, to customize the next event differently from the next ones.
This plugin is great but it’s hard for non-developers like me to go ‘beyond’ basic functions… Thank you for your help!
The topic ‘Show upcoming event’ is closed to new replies.