I have a site with a bunch of categories. On each category archive page, I'd like to show the category description in the sidebar.
I know I can create a sidebar for each category in sidebar/:
cat-category1.php
cat-category2.php
But that seems to be a bit overkill.
Is there a way to have a 'generic category archive sidebar,' -- one sidebar template file that just pulls in the current category description?
What do I name this file so that carrington knows to apply this particular sidebar to all the category archive pages (and not the top-level page, where I show the site description).
Thanks!