Kempwire.com

By Jonathan Kemp

Archive for the 'Wordpress' Category

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

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

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

Nofollowing Your Archives in WordPress

I recently wrote my first WordPress plugin. I was looking for a way to add the “nofollow” rel attribute to archive links in WordPress. I needed to be able to use them in my theme without giving them any pagerank value. I found that the best way to do it was to create a plugin [...]

Popularity Contest No Longer Supported, Use WordPress Popular Posts

Popularity Contest is a WordPress plugin that keeps a count of your post, category and archive views, comments, trackbacks, etc. and uses them to determine which of your posts are most popular. I have used it for almost as long as I have used WordPress, and it was a great plugin in its time. But [...]

How to Transfer a Blog from WordPress.com

If you are thinking about setting up a blog, there are many good options out there. However, it is my opinion that WordPress is the best blogging platform currently available. It is also one of the most widely used due to its robust features, extendability and ease of use. If you decide to use WordPress, [...]

WordPress.com Stats Plugin

You may or may not know that I use the WordPress blogging software for all my blogging needs. I really cannot say enough about the WordPress team and their blogging tool, not to mention the Askimet comment spam blocking tool. I would recommend WordPress to anyone looking to start blogging. One of the nice features [...]

Secure Contact Form for WordPress

I love wordpress, but one of the things it lacks is the ability to add a contact form. As a result, I have been looking for a way to easily add a contact form to wordpress. Today, I ran across this contact form plugin that seemed to be what I have been looking for. It [...]

Page 2 of 212

Copyright © 2005-2010. XHTML | CSS