View Single Post
Old 12-14-2006, 07:13 PM   #4 (permalink)
jpfieber
Member
 
Join Date: Nov 2006
Location: Milwaukee, WI, USA
Posts: 63
jpfieber is on a distinguished road
Default

Quote:
Originally Posted by dho View Post
Does someone know which Wordpress plugin is used for the archives page on http://www.stevepavlina.com/blog/archives ?
I have the same layout on my blog (http://sojoe.info/bydate/). It is indeed the Clean Archives Plug-in. You need to first create a page to put the archive on. Then, put <?php srg_clean_archives(); ?> in the body of the page. If it isn't working, you may need to add the Exec-PHP plugin which allows <?PHP ?> or [?php ?] tags inside of your posts to execute PHP code.
jpfieber is offline   Reply With Quote