As part of a marketing campaign we want to link to certain events. Is it possible to link directly to an event? Or do we have to make a new page and display the event on there ourselves?
I faced the same issue to share a link to a particular event. I created a custom shortcode function that evaluates a get query param and delegated that to the [ameliaevents event=xxx] shortcode. So that there is no need to create a dedicated page for every event.
Hi there,
As part of a marketing campaign we want to link to certain events.
Is it possible to link directly to an event?
Or do we have to make a new page and display the event on there ourselves?
Many thanks,
Florian.
Hi, Florian.
If you need to show only one specific event through a link;
create a link to a page where this Event will be;
then on this page, you can set one of these shortcodes :
Let me know if that works for your goal.
Thank you.
Have a nice da!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I faced the same issue to share a link to a particular event. I created a custom shortcode function that evaluates a get query param and delegated that to the [ameliaevents event=xxx] shortcode. So that there is no need to create a dedicated page for every event.
I then created a new page containing my new shortcode function [amelia_event_by_id] that can be accessed like this:
/my-page?eventId=3
Still, I'd love to see that amelia has a more build in way to create sharable links.
Dear Patrick,
Thank you for providing the solution!
We appreciate your input.
Cheers!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables