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??

 
okhayat replied on at Permalink Reply
okhayat
You should have a different .php file for each layout you want.
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...
mlaport22 replied on at Permalink Reply
Thanks for the info! This really helped! One last question. If I am currently utilizing images for the navigation, is there anyway to allow C5 to add, and edit the navigation bar?? Or does the navigation have to be in a text format?