Hi-
I'm trying to do something which doesn't seem like it should be so tricky, but apparently is.
I need to create a link (in my main navigation) to call up a generic archive page, displaying the 10 most current posts, previous and next links for pagination, etc., as well as month and category archive lists.
I have come very close, using a custom Page template, but I can't seem to get pagination to work because I'm out of the main wp loop.
When one of the category or month links on the "Archive" Page linked above is clicked the generic "archive.php" file is called, and the correct number of articles is displayed, along with pagination.
Is there any way to call that same "archive.php" template directly without a specific query?
Thanks