17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1078 Views |
-
Template for specific page

23 September 2008 at 12:27pm
How do i use different template for specific page? Is it possible?
-
Re: Template for specific page

23 September 2008 at 2:38pm
Do you mean you have a certain page type created, but want to use a template only on one specific page, and not all the pages that use that page type?
Could use include .ss template files and if statement checks in your template, but that is messy.
I'd just create a special page type for that specific page and use the $Layout variable in your template.
That's what the Layout folder is for in your template directory. When you create a page type, say HomePage.php, by default SS will then look into your Layout folder for HomePage.ss and use that as the template, if none exists, it uses the standard page.ss
Read the tutorials as they explain more on this.
| 1078 Views | ||
|
Page:
1
|
Go to Top |


