I have two sidebar. One "sidebar1.php" is called in the index.php with
<?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
The second side bar is called in the page.php with
<?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
I also have this in the fuctions.php:
( function_exists('register_sidebars') )
register_sidebars(2);
So far so good. In Appearence/Widgets the to sidebars show up and I put the Category widget to sidebar1 and Show Pages widget in sidebar2.
But still, when I look at a Page, it is Categories that shows up in the sidebar, not the Page as I want.
It is my own built theme and I have never had this problem with the sidebars before.
Please help me.