Replies: 0
I have been struggling to find a workaround for the fact that event lists, whether using #_EVENTURL or #_EVENTLINK, return a url that looks like “http://www.giblib.org/events-recurring/teen-tuesdays ” for recurring events (which throws up a 404 error page or redirects to home page). If it instead returned a url that looked like “http://www.giblib.org/events/teen-tuesdays ” wordpress will load the first instance of that recurring event.
There doesn’t seem to be anything like #_EVENTSLUG that would enable me to just “build” my own url (something like “http://www.giblib.org/events/#_EVENTSLUG) to achieve the same end.
Has anyone figured out how to make links to recurring events work on an events list where recurring=”1” ?