Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not working at all, anywhere. Shortcodes, embedded shortcodes wrapped in php within template files, just like the instructions say. Still…nothing.

    GOT THIS WORKING!!

    It isn’t intuitive…at all. In fact, it’s a pain in the ass.

    do shortcode: [events_list location=”123456″]
    (where “123456” is the EVENTID for a specific location you wish to display)

    QUESTION: Where is the EVENTID for the specific location?
    ANSWER: This is the NON-intuitive part.

    EVENTID is NOT the postid#!
    EVENTID is NOT the postid#!
    EVENTID is NOT the postid#!
    EVENTID is NOT the postid#!

    The only way you can get the LOCATION ID (ex: 123456) is:
    1: ADD your locations, one by one in EVENTS>LOCATIONS
    2: click EVENTS>ADD EVENT
    3: VIEW SOURCE of the page using your browser (CTRL + U in FireFox and Chrome)
    4: SEARCH (CTRL + F) for “location_id”
    You’ll see the selection items for each location. Next to each will be something similar to:
    <option value="4" title="32.814082,-96.78917999999999" >Dallas Office</option>
    Option VALUE is what you want. In this case, “4” = “Dallas Office”

    If you find a shortcut to figuring out how to find out the value (LOCATIONID) for locations, I’d love to hear it. It should REALLY show up in the LOCATIONS list in the admin panel.

    So, in the end, your shortcode will be:
    [events_list location="4"]

    Did you ever get this resolved? I’d like to do the same thing

Viewing 3 replies - 1 through 3 (of 3 total)