Married, moved, and getting it together.

Old Blogger Archive PHP Code

I’m doing some blog housecleaning this morning. Here’s the code I used to use to display an archive list of blogger entries:

";
		echo substr($archlist[$i],5,2);
		echo "/";
		echo substr($archlist[$i],0,4);
		echo "
\n"; $i++; } ?>

Pretty straightforward, it grabs a list of files with the right name pattern, then prints a pretty display of the previous listings.

Now that we’re on WordPress, it’s not necessary. I blog it to back it up, just in case.


posted this 18 years ago.
What else did he post in May 2005?

(Saturday May 14th 2005 at 7:58am)

Leave me a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.