Creating theme that has different page templates
-
I have a theme that I created using Artiseer. I will have various pages on my site. What I’d like to do is for certain pages to have their own header and color scheme. I know that I have to add `<?php
/*
Template Name: New Page
*/
?>` so that I am able to designate a file a page template.But what I do not understand and cannot seem to find clear instructions on, is how to ensure that when I select a page theme, that the color scheme and header changes along with it.
I see in the write/edit pages, you can use the drop down menu to select a page theme, only if the above code is inserted in the file, but I have been working HOURS on trying to find out where to give the style info for the color scheme/header.
Thank you for reading. ??
- The topic ‘Creating theme that has different page templates’ is closed to new replies.