Catcloud Wordress Plugin Updated for WordPress 2.1
Update: This plugin is no longer maintained. I'd recommend using Wordpress' built-in tag cloud functionality or the Simple Tags plugin instead.
I just made a minor tweak to make the Catcloud plugin work with WordPress 2.1. Grab the most recent version of the plugin at http://zak.greant.com/catcloud
Link Summary
Related posts
Posted on Sunday, January 28th, 2007 at 2:05
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
January 28th, 2007 at 12:54
Thank you for your plugin.
I don't know why but (here) it adds an empty category at the end of the list so I changed line 166 as
if ($title) {
$output['data'] = …
}
I know it's not the best patch and probably it happens only to me (I have just uploaded to wp2.1) but I'd to let you know.
Oh… I put the catcloud() call inside single.php of my template.
January 29th, 2007 at 19:07
Thank you so much. :)
February 8th, 2007 at 6:02
I have a bug report for 0.4 under WP2.1 ;)
1. Carlo Perassi already said - one empty category
2. Character(s) Before Category / After Category
2.1 Under IE they gone at all (under FF all fine)
2.2 If I don't wanna those chars at all - what should I do? Deleting them (or putting space char) from input box do strange thing - after update '[' / ']' appears. Shit.
By the way - thanks for great plug!!!
February 12th, 2007 at 4:24
Thanks, love the plugin, but how do I take away the underline og the categories? do I edit my stylesheet og the css in the plugin, and what will I have to change
February 12th, 2007 at 5:28
mattis: Add the following CSS to the CSS inside of the php file:
a { text-decoration:none; }
February 12th, 2007 at 12:18
thanks;)
February 26th, 2007 at 14:17
Hi Zak,
I'm having a bit of a problem implementing the Tag Cloud plug-in. I am calling the function using the following code within my "sidebar.php" file:
As you can see, all I am getting is the title "Tag Clouds", no tags. Where am I going wrong? BTW, it obviously works and looks great on your site. Thanks for creating the plug-in.
Best regards,
Srini
March 5th, 2007 at 13:32
[...] Waiting for the release of Catcloud 0.5, I've just put here catcloud-0.4.patch which is the trivial patch I described on this post. [...]
March 18th, 2007 at 16:29
Okay, not a php programmer here, I have no idea what a php call function is. Would it kill someone to put it here or in the install info? How long can that be?
March 18th, 2007 at 23:42
Hey Jen,
I am assuming that you have installed the plugin in your wp-content/plugins directory.
To get the catcloud to display, try these steps.
Go to your administration interface for WordPress.
Choose the “Presentation” tab.
Choose the “Theme Editor” tab.
Select the “Sidebar” file from the list of files on the right hand side.
The file will display in the form field.
Try adding this:
< ?php catcloud(); ?>
at the very end of the file.
Save the file.
Reload your main blog page.
You should, I hope, see the category cloud.
Cheers!
–zak
April 6th, 2007 at 5:39
[...] cloud (link) dacă nu vreţi să folosiţi un plugin pentru taguri şi aveţi mai multe cateogii pluginul vă [...]
April 16th, 2007 at 12:08
Hi Zac!
great plugin, just one thing (a little one) the link in the plugin (if you click it on the plugin menu or in the list that the plugin used plugin give's u (u can see it in my blog)) is sending people to this link and the version in reference there is 0.3 (the one that doesn't work with wp 2.1.x)
thanks for this great plugin
April 16th, 2007 at 12:43
Hi SiRGt,
Thanks for the note!
The plugin page is now fixed.
Cheers!
–zak
June 15th, 2007 at 4:51
Hello,
This plugin could be extremely useful for a project I'm working on. However is it possible to maintain the hierarchy of categories with catcloud? And would it be compatible with the plugin Category Order?
Best regards,
Steven
June 15th, 2007 at 9:00
Hey Steven,
You'll need to be more specific - what exact features do you need?
–zak
June 16th, 2007 at 5:18
Hey,
We're setting up a link repository powered by Wordpress. Catcloud could display the 150+ categories in the Main Index template nicely. Wp_list_categories works but the generated list is not attractive.
But we must maintain the hierarchy of category vs subcategory and our explicit order set up with the My Category Order plugin.
Steven
June 18th, 2007 at 2:03
Hey Steven,
This still isn't very clear - can you provide examples?
Once I fix a few other problems, I'll take a closer look at this feature request.
However, it might be some months.
Cheers!
–zak
June 23rd, 2007 at 14:34
It looks completly different in IE and FF.
And in FF, as said before, there is a empty element at the end of the list.
And btw: nofollow is evil
June 24th, 2007 at 21:02
[...] Technorati Tags Add-Meta-Tags WordPress Plugin Wordpress: Lista de plugins no recomendados Catcloud Wordress Plugin Updated for WordPress 2.1 A Tagging Bookmarklet for WordPress and [...]
July 9th, 2007 at 2:53
[...] Technorati Tags Add-Meta-Tags WordPress Plugin Wordpress: Lista de plugins no recomendados Catcloud Wordress Plugin Updated for WordPress 2.1 A Tagging Bookmarklet for WordPress and [...]
February 22nd, 2008 at 0:37
The latest stable release of WordPress (Version 2.3.3).
Catcloud Wordress Plugin can use in 2.3.3?