Event-Organiser
Event-Organiser copied to clipboard
[eo_events] list selected event
Hi,
According to your documentation, the event list shortcode can handle any attributes from eo_get_events()
a well as get_post()
.
This is great, but I can't figure out how to list selected event, ideal based on their ID (as custom posts types)
get_post() has the include
argument but I can't find how to use it in your shortcode
- [eo_events include="X"]
- [eo_events include="X, Y"]
- [eo_events include="array(X)"]
- [eo_events include="array(X, Y)"]
- [eo_events include=array(X)]
- ...
none of them are filtering ?
Is this really a feature of event-organiser ? a bug ? or could you help solve this out ?
Thank's in advance
ok for a given Id one may use [eo_events p="X"]
but for an array of ID ?