Is it possible to have a range of column numbers across a site?
PermalinkI'm confused because I'm using default.php as the framework for the entire site. If I make any changes t this (add columns, change dimensions, whatever) it will impact the 7 other pages.
I'm new to this, so apologies if it is a stupid question.
The site in question ishttp://www.tirzah.ie/concrete5
I'm wondering would it be wise to create a new css file for this new page or just add code to my "main.css" file?
1) Copy your "default.php" file and rename it to something else, for example "two_columns.php".
2) Make your modifications to that two_columns.php file
3) Log into your site and go to Dashboard -> Pages and Themes, then click the "Inspect" button next to your active theme -- you should see the new "page type" you created with that new file, and it should have a box checked next to it. Click the button in the lower-right of the screen (I can't remember what it's called off the top of my head, probably something like "Install Page Types").
4) Now when someone adds a new page to the site, they should see this new page type available to choose. When they do, they'll get the different layout for this page.
Good luck!
-Jordan