I have a widgetized sidebar that I am using to display pages and categories, among other things. It works fine, but my problem is this. I want it to only display the page names and category names, without the header above them that says "Pages" or "categories".
For example, right now it looks like this (I'm faking it since this forum doesn't seem to like nested lists)
Pages
- About
- Author
Categories
- Art
- Photos
- Paintings
- Prose
- Poetry
And I just want it to show up as:
About
Author
Art
- Photos
- Paintings
Writing
- Prose
- Poetry
I can accomplish this by removing all widgets and writing out the code for each thing myself, but actually there are a number of plugins that I'd like to use in addition. How should I go about changing how the lists are generated?