By jeeves on
I would like to find the way to use the same page-node-X.tpl.php file to control the theming for multiple nodes.
The reason for this is that I have a 2 column website, but I have a handful of nodes that really should use a one column layout. In the past I got around this by creating a page-node-X.tpl file for each node that needed to use one column (i.e. page-node-22.tpl, page-node-105.tpl, page-node-62.tpl, etc). But this created a maintenance headache. Whenever I wanted to make a change I would have to adjust a bunch different .tpl files to keep a consistent look on the site.
There must be an easier way to do this.
Comments
I have the same problem. Is
I have the same problem. Is there something to get more nodes styled as one page tpl page without making a custom content type? Maybe an idea to implement something like page-node-2,3,7,9.tpl.php or something?
yes me to... is this possible
yes me to... is this possible yet?