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.
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.
thanks for this great and very easy to use plugin!!
Pingback: Blog Updates 01.08 » JaypeeOnline // Blogging News & Reviews
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.
Pingback: SEO Optimization Plugins for WordPress - Blog Tipz
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.
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)
i wait for new release. this is great plugin but i wait for tag split function
thank you superrrrrrrrrrrrr
where’s the DOWNLOAD LINK?
Sorry about that, the download link is back up now.
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.
Litlle update code. When you need delete tons of tags,simply select all and delete
http://www.piosenki.multa.pl/tag-manager.phps
Pingback: 腾信家 - 本博客使用的WordPress插件
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
Hello. It seems like your tagging plugin has a lot of potential. Have you any plans to update it and or complete some of the planned features you have listed on wordpress.org? Thanks.