I want to allow users to click a category link on the left nav (no expanding to show children) and display, in a middle content area of my template, a bulleted list of all linked post titles for that category. The user reviews the abbreviated list in the main content block (no summaries, just linked titles) and clicks the one he/she wants. The post page for just that post is what appears next in the main content block. It's your usual inefficient drill down, but I gotta do what the boss wants.
How do I do this? I've found pieces of code all over the web that address this in part, but can't figure out how to make them fit together.
Any help greatly appreciated.