Theme specific nodes

Category
drupal, themes
Date Created
12th Jan 2010
Last Updated
9th Jul 2010

Theme specific nodes

Question

How to set-up a theme for a specific node?

Answer

Under your theme directory create a file named:

page-node-nodeID.tpl.php

For example a node with node ID of 78 would have a page style named:

page-node-78.tpl.php

Related terms