We have a header with links for each Category at the top but we want an archive in the sidebar for each category on it’s own category.php file.
The catch is that I can’t use wp_list_categories().
Categories A, B, and C are supposed to look like separate sections of the site. There should be no bleed through, meaning the user cannot see anything remotely related to Category B while in Category A and vice versa.
Right now I am just calling for the standard monthly archives under my sidebar which shows all posts in all categories and that is not what I need.