I'm trying to figure out a way that I can have all posts and and archives displayed according to category.
The way I have it now if I click on the category it displays all posts according to that category. However, it displays all the archives despite category.
Here is what I'm using for archives:
get_archives('postbypost', '', 'html', '', '', TRUE);
The problem with the function is I don't see a way to filter by category.