• hi,
    i was searching for a plugin to show the blogroll as a hierarchical list on a static page. i could not find anything that fitted my needs so i wrote a small prototype that does it. if there is any need for something like this please give me a short response and i make this plugin user proof.

    you can view the prototypes output at http://www.sourcebench.com/web-development-links/

    thanks for the feedback

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    You could use wp_list_bookmarks in some fashion to create that. Make a custom page template with a custom wp_list_bookmarks call and some styling and there you go. You might need some extra category handling for the extra level of hierarchy, but it doesn’t seem extremely difficult.

    Thread Starter vision22

    (@vision22)

    yes, this is pretty much how i did it…the functions were there already. they just needed to be adjusted a little bit. now i have a hierarchical list of links and not only the standard list with links per category as it is in wp_list_bookmarks.

    raken

    (@raken)

    Hey Vision22, I would love to use your plugin. I am wanting to do something very similar, but I would like to be able to break the list over pages. So a Link Category called Players would get the Players link category and so on.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘blogroll plugin in progress’ is closed to new replies.