Hi, I am working on a client website that requires a specific layout for the events landing page, but then a different layout for all other pages.
How would I display a custom landing page layout for the /events/ page, but not have this custom layout display on any of the other views? I tried creating a custom template in my WP theme and choosing this as my main events template, but this then obviously wraps all my events pages in the custom landing page layout.
The main landing page has intro content then the events calendar/list block, then other widgetised content below, while all other views just need to use a standard template layout with a simple sidebar.
Thanks in advance