-
|
Hi, I'd like to setup a Multi-Date Event with shortcode. I didn't see another post on this. Could someone give me guidance or point me in the right direction? Thanks so much in advance! Edit: I am able to make it work with simple events. I just don't know how to create an array with the dates function. This is the sample code from the example page of the website that I'd like to convert to shortcode. <add-to-calendar-button |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The WordPress shortcode gets broken when you use square brackets! To avoid them, you can omit the outer ones (directly go with dates='{...). If you need to use the url pattern for the description, you can use curly brackets there as an alternative - like {url}. |
Beta Was this translation helpful? Give feedback.
The WordPress shortcode gets broken when you use square brackets!
To avoid them, you can omit the outer ones (directly go with dates='{...). If you need to use the url pattern for the description, you can use curly brackets there as an alternative - like {url}.