I'm using the getArchives() and renderArchives() functions found in the /templates/archives.php file from the Blog Profile developed by Ryan. These functions are used independently of the blog profile and have been added to a site that has already been developed in PW.
The year/month archive listing in the sidebar work fine on all blog pages expect for pages that are paginated. I'm thinking that the additional URL segment is throwing things off, but that's just a guess.
Has anyone had any experience with displaying a date-based archive listing of blog posts? The listing needs to be structured like this:
2011
> January (1)
2010
> June (2)
> July (1)
> November (1)
2009
> November (1)
2008
> February (1)
2006
> January (1)