Hi,
I am trying to build an event list by customizing the template which should look like the table on https://www.the-great-dance-of-argentina.org/tickets/
I think I have identified all required fields using http://codex.wp-event-organiser.com/function-eo_get_venue_address.html and http://codex.wp-event-organiser.com/function-eo_get_venue_name.html
Question: can I add the URL for the “book” button somewhere? Or will I need the pro version to create a custom field?
The URL links to an external ticket-booking platform for the artist.
Thanks,
Frank
Frank Welsch-Lehmann
Hi Frank,
Since you are using an external booking platform, you do not need Pro. You will simply need to add a the appropriate link for the event (and/or occurrence). It maybe that you can programatically determine the url given the event and occurrence ID – though more likely you’ll have to store the URL as an event custom field.
Please note that though that custom fields are for the event not individual dates. If you have multiple dates of the same event and need a different URL for each date you can either create each date as a separate event or use your own data store for the URLs, mapping it to each it date.
Stephen Harris