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 Responses to “WP Tag Manager 0.1.1”
Leave a Reply
Daniel on December 2nd, 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.
houserocker on December 15th, 2007
thanks for this great and very easy to use plugin!!
Blog Updates 01.08 » JaypeeOnline // Blogging News & Reviews on January 28th, 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. [...]
Mio on January 29th, 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.
SEO Optimization Plugins for WordPress - Blog Tipz on February 17th, 2008
[...] 8. WP Tag Manager – WP Extend | Plugin Homepage [...]
ctocopok on March 8th, 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.
ctocopok on March 8th, 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)
stix on March 24th, 2008
i wait for new release. this is great plugin but i wait for tag split function
mailce on March 28th, 2008
thank you superrrrrrrrrrrrr
lynx on March 31st, 2008
where’s the DOWNLOAD LINK?
James on March 31st, 2008
Sorry about that, the download link is back up now.
Steve on April 2nd, 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.
martvin on April 14th, 2008
Litlle update code. When you need delete tons of tags,simply select all and delete
http://www.piosenki.multa.pl/tag-manager.phps
腾信家 - 本博客使用的WordPress插件 on April 19th, 2008
[...] Tag manager [...]
sakib on June 24th, 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