So, when a user links to a a category and sees all of the links in the particular category, and then another and another...how do they get back to seeing ALL posts in chronological order easily?
I thought a 'Show All' might be easy enough, but I can't figure it out.
Currently I'm using this:
wp_list_cats('sort_column=name&use_desc_for_title=1')
Thanks in advance for any insights!