WP Tag Manager 0.1.1

WP Tag Manager 0.1.1 is only a bug fix, so no new features yet. Refer back to the 0.1 release entry for a feature list.

Changes:

  • Fix for when WordPress is installed in a directory other than the blog address. This created a 404 error.
  • Tags are alphabetically ordered instead of by ID.

You can download WP Tag Manager 0.1.1 at the official WordPress plugin repository.

Donate

This plugin was created by me and is made available free of charge. However, if you would like to show your appreciation, you can donate via PayPal by clicking the donate button in the sidebar. All funds go towards getting me into college so I can get an education. :)

15 comments so far—help keep the conversation going.

  1. 1
    Daniel said on December 2, 2007:

    Quick question. Is there anyway to get this to hook in and display on the Posts Manage page, after the Categories column? I remember seeing a tutorial to hook into existing admin pages like I describe — but I haven’t been able to locate it again.

  2. 2
    houserocker said on December 15, 2007:

    thanks for this great and very easy to use plugin!!

  3. 3
    Blog Updates 01.08 » JaypeeOnline // Blogging News & Reviews said on January 28, 2008:

    [...] WP Tag Manager - Useful plugin if you want to manage/edit your tags or delete a specific tag. No need to go through each individual post to edit or delete your tags. You can view and edit/delete all your tags on one page. [...]

  4. 4
    Mio said on January 29, 2008:

    Hi!
    Are you stoped developing this plugin? If it’s not so please write email to me. I can help with Russian localization & ideas of usability.

  5. 5
    SEO Optimization Plugins for WordPress - Blog Tipz said on February 17, 2008:

    [...] 8.  WP Tag Manager - WP Extend | Plugin Homepage [...]

  6. 6
    ctocopok said on March 8, 2008:

    Daniel, here is the source code of a plug-in that you asked for. Happily enuff, I just wrote this today. Small, simple and efficient:
    —————-

    :

    Tags already used:

    ‘name’, ‘order’ => ‘ASC’));
    foreach ($tags as $kk=>$vv) echo $vv->name.” (”.$vv->count.”)\n”;
    ?>

    ————–

    Not sure if comments would allow this one code to pass though, but at least I tried. :)

  7. 7
    ctocopok said on March 8, 2008:

    Nope. No luck. Source code has not passed through. Try here: http://www.ctocopok.ru/ctocopok_tagging_help.txt

    2 James Lao: I ahd to edit your code to change the limit of tags displaying on one pages from 15 to 200, that was to help me find duped tags with the same name but different slugs.

    Also, I made your plugin display the slugs for tags, so that I could find out what tags to which I needed to merge :)
    (I was fixing the localization problems - had some tag’s slugs trasliterated while others saved with unicode - both having the same name)

  8. 8
    stix said on March 24, 2008:

    i wait for new release. this is great plugin but i wait for tag split function ;-)

  9. 9
    mailce said on March 28, 2008:

    thank you superrrrrrrrrrrrr

  10. 10
    lynx said on March 31, 2008:

    where’s the DOWNLOAD LINK?

  11. 11
    James said on March 31, 2008:

    Sorry about that, the download link is back up now.

  12. 12
    Steve said on April 2, 2008:

    Does this work with 2.5? I think mine is no longer working since I upgraded.

    You should update your description on the WordPress site. It would be good to see the screen shots.

    I think your application has the ability to display a list of tags to choose from (little tag icons) when writing a post?

    That is what is no longer working in 2.5.

  13. 13
    martvin said on April 14, 2008:

    Litlle update code. When you need delete tons of tags,simply select all and delete

    http://www.piosenki.multa.pl/tag-manager.phps

  14. 14
    腾信家 - 本博客使用的WordPress插件 said on April 19, 2008:

    [...] Tag manager [...]

  15. 15
    sakib said on June 24, 2008:

    Hi, Dear Can you please help me out? If I want to create a page http://www.example.com/tag-list and which will automatically collect my all tags and show in /tag-list. As well, this will automatically. How I can do this things? Looking for your help?

    PS: I am taking about self hosted blog sites ;-)

Impart your ignorance wisdom.