Support » Plugins » Archives Tree

  • If you know something about .php and a little about javascript, then I need your help:
    I want to create an “Archives Tree” plugin for my WordPress blog with the structure described in this picture:
    <img src=”http://www.vitorazevedo.com/images/archives-tree.gif&#8221; width=”154″ height=”137″ alt=”Archives Tree Plugin” title=”Archives Tree Plugin” /> The image is self-explanatory.
    I think it would be a good way to browse the archives, and faster than Ajax scripts like Super Archives (that I use and that I think are great but… slow).

    Javascript to build the tree? Maybe Destroydrop or Gazinzus that automatically converts any list (ordered or unordered) into a tree.
    So the real job is to create the .php code that outputs archives in the form of

    < ul>
    < li>2005< /li>
    < /ul>< ul>Month
    < li>January< /li>
    < li>Feb
    < /ul>

    The Nice Archives plugin that I use already has a similar code. But unfortunately my poor coder skills were unable to produce a working solution.
    Maybe you can help me?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Archives Tree’ is closed to new replies.