[Grouped Links Widget, version 1.x for WP 2.7 and below is available here]
Grouped Links Widget can use an unlimited number of widget instances to group links by their associated link categories. This adds a bit more CMS functionality to WordPress.
If the blogroll is grouped into link categories and each category contains internal tag references, then you can flexibly group link categories and put these link groups into your sitebar(s). This, of course, works with traditional external links put in a blogroll too.
Here is a picture about how this works:

Using Grouped Links Widget (Note: the second group is reverse sorted)
Each group of link categories can be sorted by name acending or decending. If simple sorting doesn’t fit to your desired order to appear in the sidebar, then create more than one link group and place them in the sidebar as you wish.
Options
In order to adapt Grouped Links Widget to different HTML theme codes, HTML tags can be set for each link group and for each title within the link group. However, default values should work with most themes.
Update from 1.x
Please save your link groups on paper (or what else), because given configurations of link groups will not be taken over from version 1.x to version 2.x.
Coding
Grouped Links Widget is a simple widget, it mainly uses wp_list_bookmarks. Version 2.0 was completely refactored in order to adapt to the new WordPress 2.8 multi widget technique. If you want to add more functionality, don’t hesitate to modify the code
Download
Download of Version 2.0.0: grouped-links-widget.2.0.0.zip
Installation
- Unzip grouped-links-widget.zip inside the /wp-content/plugins/ directory; a sub-directory grouped-links-widget is created
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Place and configure your Grouped Links widgets via ‘Design / Widgets’ menu
Version History
[2.0.0] — Refactoring to adapt WP 2.8 multi widget functionality
[1.x] — see version 1.x
June 14, 2009 at 18:50
Works great, thank you..
July 6, 2009 at 16:52
Feines Plugin! Danke für die Arbeit!
Du hast es ja als Widget konzipiert. Ich würde gerne eine ganze Linkseite so gestalten. Kann ich da z. B. einen Code in ein Page-Template eintragen, so dass die Infos statt in einem Widget auf einer Page erscheinen?
Viele Grüße!
Herbert
July 6, 2009 at 17:18
Ja, das ist recht einfach (wenn du eh schon am Code bist): Du verwendest dafür pro Link-Gruppe die Funktion wp_list_bookmarks. Diese Lösung hat dann mit dem Grouped-Links-Widget allerdings nichts mehr zu tun, du musst also Änderungen stets am Code vornehmen.
September 7, 2009 at 11:18
Hallo,
dein Plugin macht der Beschreibung nach genau das,was ich suche. Leider nur bei mir nicht. Plugin aktiviert, Widget platziert – nada.
Haste du einen Tipp?
September 7, 2009 at 11:34
Hoppla, nun geht’s doch. Einmal das Theme gewechselt und wieder zurück, dann erscheint das Widget. Leider ist der Abstand zwischen dem Titel und dem ersten Eintrag riesig.
September 10, 2009 at 09:38
Abstände und so’n Kram bitte in deinem CSS einstellen. Wenn du dafür spezielle Auszeichnungen brauchst (Überschrift-Tags: manchmal hilft schon ein Wechsel von h3 nach h2 oder umgekehrt), kannst du die in den Optionen setzen.
September 15, 2009 at 18:40
Grouped Links in word press dynamic content updated need all Grouped link code in sidebar.php is it possible ?
September 15, 2009 at 19:21
I am not sure, that I understand what you want to do: You don’t need to put any code in sidebar.php directly, you only have to add grouped links widgets in your wordpress widget admin interface to the sidebar you wish. The presentation is done by wordpress automatically.
If you aim to put the grouped links widget code directly into the sidebar.php, then I have no idea how to do this. Anybody?