I’ve just Installed the Clean Archive Pluging for wordpress and all went well. Now I’ve got my archives off the front page and onto a seperate page in nicely listed and well ordered way. I thought I would share the steps with anyone trying it themselves.
1) Download the runPHP Plugin for WordPress from here
2) Unzip and install into your plugin directory, usually /wp-contents/plugins
3) Download the Clean Archive Pluging from here
4) Unzip and install into your plugin directory, usually /wp-contents/plugins
5) Active the runPHP and SRG Clean Archives as seen in the following screenshot.
6) Check Options–>Runphp and ensure that the proper Roles are selected to run Runphp on pages, In my case, it’s a personal blog with no one else contributes or editing as such so I select Administrator.
7) Handy Hint “In Options > Writing ” Turn off “WordPress should correct invalidly nested XHTML automatically”
Create a page called Archive with the following code < ?php srg_clean_archives(); ?>, tick the run PHP code tickbox.
Voila. Done.
You should now have a nice ordered atchive page, similar to the screenshot below.
Pingback: Criando uma Página de Arquivo no Blog - Dudu Tomaselli
Pingback: Kaddi und das Leben in der Draussenwelt » Blog Archive » Archiv-Seite
For #7 add:
Switch to the code tab and add the code tags around before publishing.
That’s how I got it to work XD