Quote:
Originally Posted by jpfieber 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. |
hey it works after I add in the Exec-PHP plug in. Thanks.