I have created a weblog with several entries and categories. I have created a multiple-entry template which displays the most recent 10 posts and a side bar which displays the category names, which have the correct URLs attached to them. I have also created the ‘single entry’ template so when I click on one of the entries I get a single post. All of this is working ok.
What I would now like to achieve is to be able to create a page which has the most recent x number of posts in whatever category is clicked upon in the side bar. I understand that I can use the same multiple-entry template but cannot work out what expression engine code is needed to perform this miracle!