Okay
  Public Ticket #2838905
Calendar shortcode based on location
Closed

Comments

  •  3
    nikoslefkas started the conversation

    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 ?

  •  799
    Zhivko replied

    Hi,

    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

  •  3
    nikoslefkas replied

    Thank you Zhivko!
    That was the solution!