Okay
  Public Ticket #2026123
Display calendar with certain locations pre-selected
Closed

Comments

  •  2
    eimulex started the conversation

    Hi,

    We need to display calendar in different location with certain locations or categories pre-selected. How to do it with a shortcode as we couldn't find this feature in documentation: http://www.stachethemes.com/documentation/docs/stachethemes-event-calendar/shortcodes/

    Or maybe its possible to do that with jquery or anchors?

    Kind regards.

  •  785
    Zhivko replied

    Hi,

    Filter by location example:

    [stachethemes_ec filter_location=London]
    [stachethemes_ec filter_location="New York"]

    Filter by categories example:

    [stachethemes_ec cat=1,2,3]

    where 1,2,3 are categories id numbers


    Stachethemes Developer