Kempwire.com

By Jonathan Kemp

Archive for the 'Wordpress' Category

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 up [...]

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 page [...]

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. You [...]

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 your [...]

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 you [...]

Turn Off Comment Pagination in WordPress

I recently noticed that I was having an issue with WordPress creating duplicate url’s that were being indexed by Google. Duplicate url’s in search engine results is what is known as duplicate content, which can penalize you in search engines. The url’s were being formatted like this.
http://www.example.com/pagename/comment-page-1/
Here is the original url.
http://www.example.com/pagename/
Both of these url’s were [...]

Nofollowing Your Categories in WordPress

I recently wrote a plugin to add the “nofollow” rel attribute to archive links in WordPress. I had a request to write a plugin that does the same thing for categories in Wordpress, so I created one. This plugin allows you to display category links in your theme without giving them any pagerank value.
The Nofollow [...]

Remove Unwanted Tags From Your WordPress Header

The function wp_head; found in the header.php template file adds unnecessary tags to your WordPress template. These tags are the RSD, or Really Simple Discovery, link, the Windows Live Writer Link and the WordPress version number. I wanted to add this important function to my themes, but I don’t want those tags that WordPress adds [...]

Page 1 of 212

Copyright © 2005-2010. XHTML | CSS