Skip to content

Back to homepage Keith Solomon

Archive for Category: Site Stuff

News, Updates, etc.

Ok, first things first. I've upgraded to Wordpress 2.7...have you?

For the most part, my plugins still work work without need for an upgrade, with the exception of my CMS plugin. It needs some adjustment to account for the new menu system in 2.7. It'll still work as intended, it just doesn't fit in with the rest of the new menu design.

Posted in: Site Stuff, Wordpress
Fun With Shell Scripts: autons

Being a freelance web developer, there are many times where I'm moving domains for clients (or more recently, myself), and need to know when the DNS entries change to point at the new version of a site. I could just keep submitting an nslookup request manually, but that requires me to stop whatever it is I'm doing, switch to my terminal app, and execute the command.

New WordPress Plugin: CMS-Like Admin Menu

Want to run a simple website using Wordpress Pages as a CMS, but don't want (or need) the Post functionality? Want to do the same thing, but have Posts secondary to pages? This is the plugin for you. This plugin rewrites the Admin menu links for Write and Manage to default to using Pages instead of posts, while leaving the ability to deal with posts intact.

New WordPress plugin: Post Links Redux

I'm working on a theme for a well-known webcomic (sorry, can't say which yet), and needed the post navigation template tags in Wordpress to behave differently. No one could point to an easy way to get them to work the way I needed them to, so I whipped up a quick plugin that changes the way these tags work.

CTC – 1,000 Downloads and Counting!

Many thanks to the Wordpress community for pushing my humble little widget/plugin past the 1,000 downloads mark since I added it to the official Wordpress plugins browser. As of this morning, it has been downloaded 1,002 times since November 28th. YOU GUYS ROCK! :)

CTC – Version 3.0 Released!

I'm proud to announce the third major revision of my configurable tag cloud widget has been released this afternoon. The biggest change (and one of the most requested) is the ability to use the plugin without using widgets. It's been a long time coming, and now it's here. the other big addition is the ability to show the number of posts for a tag after the tag itself (similar to the archive and categories options).

CTC Update

Just wanted to give everyone a heads-up on the status of CTC. I'm still working on it when I can, but I gotta pay the bills. I'm hoping for a 3.0 release just after the first of the year. The big new feature in 3.0 is going to be (hopefully) implementing the tag cloud as a normal Wordpress plugin, so it can be used by those who don't use widgets.

CTC – Bugfix Version 2.51 Released

I posted a quickie update this morning to address the tag count function not working correctly. Turns out in doing some code cleanup, I inadvertently left one of the variable names that holds the count using the old name. It has been fixed, and you should get what you're looking for.

As always, you can find the most recent version (and comments) on the CTC page.

CTC Widget – Version 2.5

Just a quickie update to fix a bug, and add a simple new feature.

Adding what has been the most-requested ability since color, there is now a div wrapped around the cloud so you can style it via CSS (with some exceptions, check the page for info). The bug was the result of me learning php as I go.