My front page uses it's own template as it's different from the rest of the site.
I have a news tag on the front page which lists news summaries.
When I click on a news link, it takes me to the news detail, BUT this is posted in the front page template.
I wish to assign a different page template to the news detail page - how would I go about this?
News detail template
Re: News detail template
Use the detailpage= parameter, and attach a different template to the page you are using int the parameter call...
So {news detailpage="some-pages-alias"} and attach the template to the page "some-pages-alias".
Ronny
So {news detailpage="some-pages-alias"} and attach the template to the page "some-pages-alias".
Ronny
-
- Forum Members
- Posts: 15
- Joined: Thu Mar 12, 2009 6:02 pm
Re: News detail template
You're a good man 
