I generally create several page templates following the format set up in the pages README.txt
Is there a similar way to include custom sidebars?
If I want to create a custom sidebar for "About us" can I create sidebar-about.php and then include it within the page template somehow?
My instinct is to put something like the following in my page template, but it doesn't work.
<?php get_sidebar('about') ?>
Is there a way around this?
Thanks!