Outrigger, my WordPress theme framework, is now at version 1.2. I’m designating it version 1.2 because of several changes to the layout and CSS. It is available for free on github. You can read more about it, as well as view the documentation, here.
Sync Comment Number in IntenseDebate with WordPress
I have been handling a lot of WordPress development at work recently. At my job, all of the blogs are using IntenseDebate to handle blog comments. This presented a problem to me recently with launch of a new theme I was working on. The problem is that on a post, IntenseDebate would show one number [...]
Outrigger
I’ve developed a WordPress theme framework called Outrigger, that I’ve been using for my themes on WordPress. Today I released it publicly on github. You can read more about it, as well as view the documentation, here.
How to Create a Google Analytics Plugin for WordPress
After creating my bbPress Google Analytics plugin, I wanted to do the same thing for WordPress. It is just as easy to do this as it is for bbPress. Your WordPress footer template should have a hook for adding code to the footer. If it doesn’t have this hook, you just have to add this [...]
WordPress Users and Site Updates
I just released version 1.1 of WordPress Users. If you are upgrading from a previous version, please check your settings, as they have changed. Avatar and user description display are now optional, so you must enable them for them to show up. Also, user description character limit can now be changed, so check that setting [...]
Add Threaded Comments to Your Theme in WordPress 2.7
One of the improvements added in WordPress 2.7 was official support for threaded comments. Previously, this functionality was only available through plugins. But now that threaded comments are available, you need to make sure that your theme is compatible. To do this, you need to add a couple of things to your theme. First open [...]
Updated Ultimate Noindex Nofollow Tool
The Ultimate Noindex Nofollow Tool lets you add the “noindex” robots meta tag to archives, categories, search pages, tags, author pages, login, admin pages or any other page you choose. Also, you can add the rel=”nofollow” tag to archive links or category links. The latest version gives you the ability to add rel=”nofollow” to any [...]
The Ultimate Noindex Nofollow Tool for WordPress
It seems I’m really into writing WordPress plugins lately. I’m also into WordPress SEO. My latest plugin combines the functionality of some of the previous SEO plugins I wrote, plus some new functionality of its own. It’s called the Ultimate Noindex Nofollow Tool. It combines the Nofollow Archives, Nofollow Categories and the Noindex Login plugins. [...]
Add a User Directory to Your WordPress Site
I’ve recently been experimenting with community on WordPress, and I wanted to enable user registration on a WordPress site. This was easy enough, but once a user has registered there is no easy way for them to interact with the site, other than the way they normally would. With WordPress, you can display authors in [...]
Noindex Your WordPress Login Page
If your WordPress blog has a public login page, you probably don’t want it to be indexed by search engines. To fix this, I wrote a plugin to add the “noindex” robot meta tag to your login page. It also works on your registration and lost password pages. The Noindex Login page is here, and [...]