Event-Organiser icon indicating copy to clipboard operation
Event-Organiser copied to clipboard

[eo_events] list selected event

Open jbonlinea opened this issue 4 years ago • 1 comments

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

jbonlinea avatar Jul 15 '20 14:07 jbonlinea

ok for a given Id one may use [eo_events p="X"]

but for an array of ID ?

jbonlinea avatar Jul 15 '20 15:07 jbonlinea