June 22, 2016

Setting up a past events page

These are the steps you'll need to take to set up a past events page

First, go to your site structure in the backend and click on your Calendar page. Click on the subpages tab and then create a new subpage.

Call it Past Events. Remember, the slug of the page has to be "past_events". Select "Calendar" as page type and then hit save.

Then, check the box that says "Include all events, not just the ones under this page" to pull all past events under this page automatically. Save.

Click on template and remove everything in the code editor and replace it with:

{% include "past_events" %}

Then hit save and publish.

After that you're done. Click Live to see the page on the front end.