cybermonkey
Member
Posted 2 years ago #
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?
jonkern
Member
Posted 2 years ago #
You need to include %LOCATION% in your event_format if you want it to show up.
cybermonkey
Member
Posted 2 years ago #
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
Member
Posted 2 years ago #
[wplistcal display_mode="list" event_format="%NAME% at %LOCATION%" ...]
Also, make sure to remove the commas between your attributes in the shortcode.