hi -- i am trying to get a list of categories and, under each category, a list of all posts. for example:
Category A
- Post 1
- Post 2
Category B
- Post 1
- Post 2
- Post 3
etc ...
i was using the post by category plugin, which did this perfectly, but this plugin no longer works with wordpress 2.3 due to the change to wp_terms, and the author has not released any updates.
how can i put this type of list back in my sidebar?
thanks for your help