I would like to use two separate widgetized sidebars on my theme. One sidebar I want to appear only on static pages, and the other I want to display on all blog pages. The default thematic sidebar is sufficient for the blog entries.
So, what I would like to do is create a new sidebar that replaces thematic's default sidebar on pages. I have created a custom page template, and presently that template calls <?php thematic_sidebar() ?> for the sidebar. What I suspect I need to do is to create a custom sidebar function, and then call it with something like <?php custom_sidebar() ?>. Problem is, I am not sure how to do this. Any help would be appreciated.