Difference between revisions of "How do you assign a template to a specific page?"

From Joomla! Documentation

(redirect to how to under an article with details, eliminate redundancy)
m (Undo revision 100705 by Hutchy68 (talk) redirect is only a link and not automatic 301)
Line 1: Line 1:
#REDIRECT [[J{{CurrentSTSVer|minor}}:Switching_templates#Assigning more than one template for the Front-end]]
+
In Joomla! there is a default template, but you can assign other templates to specific "pages" that are defined by menu links.
[[Category:FAQ]]
+
 
 +
Joomla 1.6 introduced the concept of Template Styles. Styles allow you to set up different instances of the same template, each with different parameters. It is these styles that you can assign to different pages in Joomla.
 +
 
 +
To assign a template style to a page, you must first make sure that there is a direct menu link to the page.
 +
 
 +
* Go to [[Extension]]s>>[[Template Manager]]
 +
* Select the style and click the edit icon (or click the template name)
 +
* In the left column, change "None" to "Select from List."
 +
* Select the links you want to apply the style to.
 +
* Save
 +
 
 +
Note that you cannot assign the default style to individual pages.
 +
 
 +
'''Understanding'''
 +
 
 +
The templating system uses the [[ItemID]] to determine which template/style to show. ItemIDs are created when you create a menu link. This is why only menu items are shown in the list of pages to which you can assign templates/styles.
 +
 
 +
'''Assigning templates/styles according to other criteria'''
 +
 
 +
3rd party extensions allow you assign templates according to other critera. See the [http://extensions.joomla.org/extensions/style-a-design/templating Templating] section of the Joomla Extensions Directory.
 +
 
 +
<noinclude>[[Category:FAQ]]
 
[[Category:Administration FAQ]]
 
[[Category:Administration FAQ]]
 
[[Category:Getting Started FAQ]]
 
[[Category:Getting Started FAQ]]
[[Category:Version {{CurrentLTSVer|minor}} FAQ]]
+
[[Category:Version 1.5 FAQ]]
[[Category:Version {{CurrentSTSVer|minor}} FAQ]]
+
[[Category:Template Management]]</noinclude>
[[Category:Template Management]]
 

Revision as of 09:00, 21 June 2013

In Joomla! there is a default template, but you can assign other templates to specific "pages" that are defined by menu links.

Joomla 1.6 introduced the concept of Template Styles. Styles allow you to set up different instances of the same template, each with different parameters. It is these styles that you can assign to different pages in Joomla.

To assign a template style to a page, you must first make sure that there is a direct menu link to the page.

  • Go to Extensions>>Template Manager
  • Select the style and click the edit icon (or click the template name)
  • In the left column, change "None" to "Select from List."
  • Select the links you want to apply the style to.
  • Save

Note that you cannot assign the default style to individual pages.

Understanding

The templating system uses the ItemID to determine which template/style to show. ItemIDs are created when you create a menu link. This is why only menu items are shown in the list of pages to which you can assign templates/styles.

Assigning templates/styles according to other criteria

3rd party extensions allow you assign templates according to other critera. See the Templating section of the Joomla Extensions Directory.