Is it possible to view and edit the pages within the Wordpress Pages menu?
Essentially all i'm looking to do is remove the sidebar. Alternatively is there an easy way to assign a sidebar to it without having to upload / modify the php template directly?
Hi there,
I would like to edit the layout for the single event pages. Can you advise how to do that?
To modify the existing page you can edit file stachethemes_event_calendar\view\front\pages\single.php
To create one from scratch, in your theme main folder create file single-stec_event.php.
Stachethemes Developer
Is it possible to view and edit the pages within the Wordpress Pages menu?
Essentially all i'm looking to do is remove the sidebar. Alternatively is there an easy way to assign a sidebar to it without having to upload / modify the php template directly?
Try adding following filter in your theme or child theme (whichever is active) functions.php file:
Stachethemes Developer