WordPress 2.3 Tag Cloud Widget
Posted September 22nd, 2007 in
Coding,
Internet,
Site Stuff,
Wordpress
I’ve been testing the new version of WordPress since the first beta (that’s part of the reason the new site design hasn’t gone live yet). It’s pretty sweet, but in testing, I found the tag cloud widget that comes with WP 2.3 lacking in configuration options (as in, there are none). So I set about to fix that. I hacked up my own tag cloud widget that lets me configure the tag cloud to fit my theme.
If you would like to take a look at it for yourself, head on over to the Configurable Tag Cloud page. Feel free to leave any comments on the widget on this post.
Related
I'll say this, it's been a hell of a ride!
When I created my plugin many years ago, I never thought it would be come so popular. I figured I'd get a few downloads here and there, but as of this afternoon, it's been downloaded 97,586 times...that's amazing! It also makes what I'm about to say even harder.
Got an idea for a WordPress plugin, but not sure how to start? Packt Publishing has you covered with their new release, "WordPress Plugin Development Cookbook" by Yannick Lefebvre. Through it's 11 chapters, Yannick takes you from setting up your development environment through publishing your plugin in the official WordPress respository.
Another plugin update...this time for my plugin for rearranging the admin menu to bring the Pages menu to the top. With version 2.0, on WP 2.8, you got a doubled Category link, and it didn't support custom taxonomies. As of version 2.1, it now does.
It was an easy fix, I just needed the time to get it done.