• cybermonkey

    (@cybermonkey)


    I’ve inserted the followong code on my page:
    [wplistcal display_mode=”list”, event_format=”%NAME%”, date_format=”M j, Y g:ia”, max_events=”-1″, show_past_events=”false”, advance_days=”-1″, event_order=”asc”, hide_same_date=”true”, date2_time_format=”g:ia”, no_events_msg=”No events!”]
    But it’s not showing the location of the event. Any ideas what’s wrong?

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

    (@jonkern)

    You need to include %LOCATION% in your event_format if you want it to show up.

    Thread Starter cybermonkey

    (@cybermonkey)

    I think I’m still missing something. Could you give me an example of how the code should look like with %LOCATION% in it ?

    jonkern

    (@jonkern)

    [wplistcal display_mode="list" event_format="%NAME% at %LOCATION%" ...]

    Also, make sure to remove the commas between your attributes in the shortcode.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WPListCal] Event Location is not showing up’ is closed to new replies.