I created a second sidebar template, named sidebar2.php. Using the <?php include (TEMPLATEPATH . ‘/sidebar2.php’); ?> code mentioned above, I am able to add it to all the templates in which I need it. Also, in sidebar2.php, I do not use widgets, just straight HTML. Thanks all.
I will try both of these to determine the best option. Thanks!
Thanks. I tried the code above and it works! I will stick with the page template for now, in the interest of time. Thanks for the tag template idea though …