Condensed Archives = “Monthchunks”
As per a question by Eric, if there are any others of you interested in how the Archives display like:
2005
1 2 3 4 5 6 7 8 9 10
2004
1 2 3 4 5 6 7 8 9 10 11 12
with each # obviously pertaining to a month, the answer is MonthChunks. A fairly easy to implement Wordpress plugin which condenses the typically long and annoying Archives format into the minimalist and simple format noted above and sampled on the side. The code I used was:
< ?php monthchunks(); ?>
Archives
It’s quite simple, it works well, and it doesn’t eliminate the ability to browse older posts and require use of the Wordpress built-in search engine. Rock on!
Thanks for such a great review!
No prob, glad to oblige for the work on the cool plugin!
