Multiple shortcodes on same page with pagination
-
I have a page with two events_list_grouped shortcodes as follows:
[events_list_grouped mode=”monthly” scope=”1-months” tag=”Featured Event” date_format=”M Y”]#_EVENTLINK – #_EVENTDATES at #_EVENTTIMES
[/events_list_grouped][events_list_grouped mode=”daily” limit=”20″ tag=”Regular Classes” date_format=”l, M j, Y” pagination=1]
When I click the page links at the bottom of the second events list, the first list displays empty while the second moves to the next page.
If I add pagination=1 to the first list, the effect is the same.
Is there a solution for this? It seems that both lists are reading the same page number attribute from the URL.
- The topic ‘Multiple shortcodes on same page with pagination’ is closed to new replies.