• Resolved moaschtr

    (@moaschtr)


    I use
    [events_list limit="5" state="#_LOCATIONSTATE"]
    on every event page to display the next 5 events upcoming in the same state. Works fantastic.
    Output (in standard table form):
    Eventname1
    01.08.2014
    Eventname2
    09.08.2014

    But I would like to use
    [events_list limit="5" state="#_LOCATIONSTATE"]#_EVENTLINK <br/>#_EVENTDATES <br/>[/events_list]
    instead – which isn’t working right: It displays the same amount of upcoming events of the right state (in this case 2), but the list consists only of the first event which is repeated.
    Output:
    Eventname1
    01.08.2014
    Eventname1
    01.08.2014

    Any ideas?

    https://wordpress.org/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe it’s because of your #_LOCATIONSTATE attribute and can I know where did you use this shortcode ?

    Thread Starter moaschtr

    (@moaschtr)

    Thanks for yours reply, I use it on every single event page.

    Thread Starter moaschtr

    (@moaschtr)

    (over the formats/layout page in events manager settings)

    Does it work if you use the either of the shortcodes below?

    [events_list limit="5" state="#_LOCATIONSTATE" format="#_EVENTLINK <br/>#_EVENTDATES <br/>"]

    Or:

    [events_list limit="5" state="#_LOCATIONSTATE" format="#_EVENTLINK #_EVENTDATES"]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘events_list shortcode lists first event over and over again’ is closed to new replies.