How to edit php for default page templates?
Permalink
I have a basic question: I'm trying to customize my site by copying an existing page type and modifying it. Everything has gone smoothly except that the divs on default page template need to be changed. I want to add some multicolumn areas etc. Where does the php for the default page templates live?
You can add multi-column areas using layouts and layout presets.
https://www.concrete5.org/documentation/using-concrete5-7/in-page-ed...
https://www.concrete5.org/documentation/developers/5.7/designing-for...
Page templates are located within the theme folder.
- application\themes\themename
- packages\packagename\themes\themename