I've found a lot of code and widgets that come close, but none that do what I want.
I have 3 categories with multiple posts within each. I want the sidebar to show the categories regardless of which page I'm on AND show the posts but only for my current category.
So if I'm on a post for category 1 my sidebar would look like:
Category1
- post 1
- post 2
Category2
Category3
If I'm on a post for category 2 my sidebar would look like:
Category1
Category2
- post 1
- post 2
Category3
Can't quite get there. Any help would be appreciated.