Here’s a problem I just can’t seem to figure out and I hope someone might be able to help me here. Here’s the issue:
I want to dynamically generate an archive month listing, but I want it to generate like this:
2008 01 02 03 04 05 06 07 08 09 10 11 12
instead of…
01 2008
02 2008
03 2008
etc…
I’ve reviewed the archive month link documentation and I’m unsure as to how to do this. Am I stuck manually adding the link every month or is there any way I can dynamically generate this list?