Home » Plugins » Tag List Widget

Tag List Widget

Latest Development News
Tag Dropdown Widget v1.6 Now Available
I’ve just released version 1.6 of the Tag Dropdown Widget. This update is available... [read more]
Tag Dropdown Widget v1.6 Coming Soon
Version 1.6 of the Tag Dropdown Widget should be released by week’s end. This updat... [read more]
Social Media Buttons Plugin
Numerous uses asked if I could create a plugin, similar to my Simple Facebook Share B... [read more]
Tag List Widget v0.3 Now Available
I’ve just released version 0.3 of the Tag List Widget. This plugin provides options... [read more]
Beta Testers Needed for Tag List Widget
I’ve begun development of the Tag List Widget and will shortly need interested part... [read more]
Maintenance Updates Released
To coincide with moving the plugins from disparate.info to ethitter.com, today I rele... [read more]
Simple Facebook Share Button v1.0.3 Released
I’ve just released Version 1.0.3 of the Simple Facebook Share Button, which correct... [read more]
In Development: Tag List Widget
In response to an email request, I’ve begun development of a third plugin, the Tag ... [read more]
Tag Dropdown Widget v1.5 Released
I’ve just released version 1.5 of the Tag Dropdown Widget. The update is available ... [read more]
Plugin Compatiblity with WordPress 2.9
With the impending release of WordPress 2.9, I’m pleased to announce that both the ... [read more]

Version 0.3 now available!

This plugin is a variant on the Tag Dropdown Widget. Rather than display post tags in the tag cloud, the Tag List Widget will present tags in a list.

Version 0.3 of the Tag List Widget includes:

  • Ability to display tags in a simple list with various options for deliminating that list, including bulleted and numbered lists, line breaks, and custom deliminators;
  • Ability to specify label shown above tag list;
  • Ability to trim long tag names to fit within sidebar;
  • Ability to display post counts;
  • Ability to exclude specific tags;
  • Compatibility with earlier versions of WordPress.

The function powering the Tag List Widget can also be called using the <?php if(function_exists(TLW_direct()) ) {TLW_direct("x")} ?> command for use outside of the sidebar or in a theme that does not utilize a widgetized sidebar. See the readme for more information

Compatibility

Tag List Widget v0.3 is compatible with WordPress 2.3 and higher.

Download

This plugin is available in the WordPress plugins directory at http://wordpress.org/extend/plugins/tag-list-widget/.

Readme

The plugin readme is available at http://www.ethitter.com/plugins/tag-list-widget/readme/.

Donations are gladly accepted via PayPal and are used solely to support development of this and future plugins.

8 Comments »

  • Erick said:

    I’ve begun development of the Tag List Widget and will shortly need interested parties to beta test this plugin. If you would like to participate, please let me know by leaving a comment here or by contacting me via http://www.ethitter.com/contact/.

  • Sportive said:

    Great plugin! Exactly what I was looking for. One question: If I enter the function in my wordpress page.php file, wont the tag list be generated in all wordpress pages?

    That isnt something I would like. Is there any way I can generate the list only in the pages I want it?

    Thanks

  • Erick said:

    Thanks for the feedback.

    The easiest way to accomplish what you've asked is to create a new template for those pages where you would like to display the tag list. To do this, create a duplicate of the page.php file in your theme, give it a unique name, and add the following code to the top of the new file, replacing [a unique name] with something meaningful to you:

    <?php

    /*
    Template name: [a unique name]
    */

    ?>

    Once you've created this new template, you can add the TLW_direct() function to your new template file. Then, go to the Pages section of your WordPress admin and, for the pages you would like to display the tag list on, change the template from \”Default Template\” to whatever you named your new template file.

    I hope this helps,
    Erick

  • Mark Fleming said:

    I'd like to see the tags that are not used in any post, as I am trying to do some cleanup of unused tags. Can you let me know what line of code to change and how, so that tags with zero posts related show up in the list? Thanks so much

  • Erick said:

    Change line 48 to the following:

    $tags = get_tags( 'hide_empty=false' );

    This will display all tags, both with and without posts. There is presently no way within WordPress to only display tags not associated with any posts without directly querying the database.

  • Alex said:

    Just what I was looking for. Works great. Thank you.

  • Megan said:

    Hi there,

    I love this widget, but I need to use multiple instances of it on the same site. I'm not too great w/ php and was wondering how or if this is possible? Thanks!!

  • Erick said:

    Megan,

    Unfortunately, at this time, only one instance is possible per site. The plugin was written originally to be compatible with very early versions of WordPress that did not easily support reusing widgets within sidebars and sites. As a result, only one set of options is available to every instance of the widget.

    Version 2 of this plugin will represent a major overhaul that will break backwards compatibility to take advantage of WordPress' new methods for creating widgets and storing their options. Among other things, this update will allow multiple instances of the widget within a given sidebar or site.

    Erick

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.