Google Maps incoming Event
-
I’m creating a page with map and incoming events
I used the following shortcode[events_map maps_type="ROADMAP"height="100px"width="100px"]
[upcoming_events orderby=”event_start_date” order=”ASC”]
I would like to apply some filter on the map, and in particular I would like to show only uncoming events and not the past ones.
In the following page
https://wp-eventmanager.com/knowledge-base/google-maps/I found the shortcode to insert a google map box
[events_map maps_type="ROADMAP"height="100px"width="100px"categories="Comma separate slugs"event_types="Comma separate slugs"featured="false"cancelled="false"location="location name"keywords="search keywords"]
It is not inclued any code to avoid to show past events.
I opened a ticket. Official support wp-eventmanager advised to use[events_map maps_type="ROADMAP"height="100px"width="100px"events per_page=”12″ orderby=”event_start_date”] but it doen’t work.
Has anyone else found a solution?The page I need help with: [log in to see the link]
The topic ‘Google Maps incoming Event’ is closed to new replies.