soundpress
April 21, 2021 at 9:27 am
I need add short code to ticket advance setting like this: Thanks.
May 8th 9AM, Face to Face Prayer Board.
[ESPRESSO_EVENT_ATTENDEES ticket_id=2486]
Tony
April 21, 2021 at 9:56 am
Add New Note to this Reply
Hi there,
Can you add a screenshot of the specific section you are referring to, please?
https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots
soundpress
April 21, 2021 at 9:58 am
Add New Note to this Reply
https://cincinnatiemmaus.org/events/face-to-face-5-prayer-board-may-4th-2021/
from this link, click the ticket->details.
soundpress
April 22, 2021 at 7:27 am
Add New Note to this Reply
Any update here?
Tony
April 23, 2021 at 6:20 am
Add New Note to this Reply
Are you adding that shortcode to every ticket on every event?
If so you can do it via a hook using something like this:
https://gist.github.com/Pebblo/edf43d0d7037a12e8260104a6abd454c
You can add that to a custom functions plugin on your site, we have some documentation on creating one here:
https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/
With the above, you don’t add the shortcode into the ticket description itself as the code will do it for you.
soundpress
April 26, 2021 at 8:04 am
Add New Note to this Reply
Thanks. It works!