Forums
Home / Plugin: Events Manager - Calendar, Bookings, Tickets, and more! / Calendar View: open at specific month
(@frykky)
1 year, 7 months ago
Is it possible to open calendar view at specific month instead current month?
(@joneiseman)
You can do it using a shortcode.
Here’s the documentation: https://wp-events-plugin.com/documentation/shortcodes/
Calendar Shortcodes
[events_calendar]
Displays a calendar. Accepts any of the event, location and general search attributes (except for the scope attribute) as well as these two:
Example :
[events_calendar long_events=1 full=1 country="US" category="1,2,3,4" year="2012" month="2"]
Will show a full-sized calendar displaying events within the US which have a category ID of 1,2,3, or 4 that occur on February 2012 (default starting month will be 02/2012), which may look like this:
thanks