The page.tpl.php file has a slideshow, so I made a template that doesn't have that slideshow that I'd like to use for all subpages. I've read about editing the template.php file, but I'm not sure how to specify that I don't want to chance the template used on the homepage. Does that make sense?

Conversely if it would be easier I can just assign a custom template to the frontpage and have all the subpages use the page.tpl.php file. I'm open to either one, whatever is easier.

Comments

luyendao’s picture

I believe you can use page-front.tpl.php as a unique template for your homepage, or you can put a code fork into page.tpl.php using $is_front { }

In template.php you can use _preprocess() function, but overkill I think for what you need.

cfox612’s picture

Worked perfectly!