Archives Tree Plugin
Posted: July 21st, 2005 | Author: Vitor | Filed under: Coding |
I present to you the Archives Tree Plugin.
It’s a Wordpress 1.5 plugin that converts your archives into an explorer-like tree.
Demo of the plugin: http://vitorazevedo.com/archives-tree/
Download of the plugin: Archives Tree Plugin
How to install it? Only 3 steps:
- Download and extract the .zip file. Put the archives-tree folder into you plugins directory;
- Activate the plugin in your Wordpress Admin;
- Put this code where you want the Archives Tree to appear:
< ul class="barebones expandable">
< ?php get_category_archive('5');?>
< /ul>
Done!
See that ‘5′ ? It’s the number of posts that the tree displays in each branch. Change it to ‘-1′ to display all, or change it to any other positive value at your choice.
Tested in Internet Explorer 6, Opera 8 and Firefox 1.6.
Thanks go to:
- Christine Davis
- Gazingus.org
- All that gave me some feedback at this post