some changes are about to happen...
stay tunned for next year

Archives Tree Plugin

Posted: July 21st, 2005 | Author: Vitor | Filed under: Coding |

Archives Tree Plugin 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:

  1. Download and extract the .zip file. Put the archives-tree folder into you plugins directory;
  2. Activate the plugin in your Wordpress Admin;
  3. Put this code where you want the Archives Tree to appear:
  4. < 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:


Comments are closed.