Comments 3nikoslefkas started the conversationJuly 31, 2021 at 5:42pmHello, is it possible to create a calendar shortcode based on location ?So in the front end the calendar will show only the events that have a specific location. For example i created a location with id 106 (I show the id at the url)I tried to use this but not working:[stachethemes_ec view="agenda" location="106"Can you help me please ? 877Zhivko repliedAugust 1, 2021 at 2:14pmHi,Try "filter_location" shortcode attrbibute. Example: [stachethemes_ec filter_location="London, UK"]Keep in mind the filter_location should match exactly the location you're looking for. Stachethemes Developer 3nikoslefkas repliedAugust 3, 2021 at 1:44pmThank you Zhivko! That was the solution! 1 Like Sign in to reply ...
Hello, is it possible to create a calendar shortcode based on location ?
So in the front end the calendar will show only the events that have a specific location.
For example i created a location with id 106 (I show the id at the url)
I tried to use this but not working:
[stachethemes_ec view="agenda" location="106"
Can you help me please ?
Hi,
Try "filter_location" shortcode attrbibute. Example:
Keep in mind the filter_location should match exactly the location you're looking for.
Stachethemes Developer
Thank you Zhivko!
That was the solution!