I'm struggling to get my head round the right method for creating pages similar to the homepage deeper into the site.
I have a number of pages which I would like to layout in a similar way to the homepage, but not sure if I should be using panels or creating template php files for the pages? The general idea is to have a generic homepage then create region specific versions for content from different locations (USA, Europe, ASIA etc).
Ideally I would like to use argumented views to spit these pages out based on specific taxonomy terms, but I'm struggling with the more fundamental method of creating the pages at all. I've tried replicating the page-front.tpl.php and then creating a page with context, but it doesn't seem to work.
Any suggestions on the correct way to achieve this?
Comments
I have done that by using
I have done that by using panels to handle taxonomy term pages.
This discussion (http://groups.drupal.org/node/106404) was helpful. Also, I stumbled across a tutorial online that unfortunately I can't find right now, but it walked me through how to create views that could be used with my panels taxonomy term pages...
Thanks, I'll have a look at
Thanks, I'll have a look at that. I was hoping to avoid panels, by using page templates and context / views, to arrange the pages, but will give it another look, and see if I can make sense of it...