Creating Multiple Page Styles in a Custom Theme
Permalink
Hi,
I have recently turned a HTML/CSS site into a C5 theme. However when I attempt to create a new page with a different layout, it does not work (still get the original layout). How do you go about creating a second page?? I assume it has to be included in the template folder when uploading, what should the page be titled??
I have recently turned a HTML/CSS site into a C5 theme. However when I attempt to create a new page with a different layout, it does not work (still get the original layout). How do you go about creating a second page?? I assume it has to be included in the template folder when uploading, what should the page be titled??
By default, you'd need at least default.php which will be used for any page type.
You can use full.php for a Full width, one column page, right_sidebar.php and left_sidebard.php for the corresponding page type.
This page might help:
http://www.concrete5.org/help/building_with_concrete5/developers/th...