Hi there,
I have 4 pages, 1 is a home page which I hard coded into index.php. The other 3 pages I have created by going to 'Edit Pages' in the admin panel and adding a new page for each. Each 3 of these pages uses page.php to display their content. However, I would like each one to display a different dynamic sidebar, but as they all use page.php is this even possible? I can create multiple sidebars but then how would I then link each page that is created to a different one?
I know that pages like archives.php and search.php can display different ones by changing get_sidebar, but what about if all the pages are using the same php file - page.php?!! HELP!!!