Hi folks,
I'm using code from here to display a list of recent posts from a specific Category in my Sidebar.
But I would like to display posts from whichever category the user happens to be in *right now*.
There's a line in the code:
query_posts('category_name=services&showposts=10')
Basically, how can I make it display the CURRENT category instead of the hard-coded "services"?