I have the calendar on /events page. When I click Next or Previous it doesn't load the next/previous month.
If I right click on the link it just shows /events as the page link. How do I correct this?
Edit Page URL to provide "Next" and "Previous" link to allow users to scroll through months. ( /calendarpage/ with no month or year will default to current month and year)
/calendarpage/:month?/:year?
As stated in doc page.
Last updated
This doesn't work for me. When I try to add the month and year arguments to my url for the page (i'm using static pages), like this:
/updates-events/events/:month?/:year?
it gives me an error when i try to save my page. Invalid URL format. The URL should start with the forward slash symbol and can contain digits, Latin letters and the following symbols: _-/.
1-3 of 3