Friends, Technology, Web2.0 - What I am reading

    [Home] [Recent] [Site Map]

   

My Essential Plug-Ins for WordPress Blogs

by David Wallace

While plug-ins for the WordPress blogging platform are in abundant supply, I try not to depend on too many of them due to the fact that I don"t want to have to worry about them breaking every time a new version of WordPress is released. That being said, there are four plug-ins as well as one adjustment (or hack) to the post template itself that I feel are essential in order to have a great WordPress experience.

Dofollow

Created by Semiologic, the Dofollow plug-in for Wordpress allows you to remove the "evil nofollow attribute" from your comments. By default, the WordPress blogging platform adds the "nofollow" attribute to any links within comments added to posts. The original idea behind adding nofollow to blog comments was to thwart comment spam. However, nofollow hasn"t done anything to slow down comment spam on blogs. In fact the only real way to battle comment spam is to either moderate all comments or use some kind of CAPTCHA function to at least stop "automated" spam.

So, if you wish to reward your commenters with a "followed" link as I do, simply install this plug-in and activate it. All comments will now be free of the "nofollow" attribute. It is as simple as that.

SEO Title Tag

Created by Netconcepts, the SEO Title Tag makes is easy to optimize the title tags across your WordPress-powered blog.

Features include:

WP Mobile

Ever visited your blog on a mobile phone and then gasped at what you saw? WP Mobile is a nifty plug-in that creates a PDA friendly interface for your blog. You can see it in action by visiting your site in a mobile browser. I am able to view a mobile version of every site I installed this plug-in on via my Blackberry Curve but others have reported various issues. Therefore use at your own risk. It seems like it either works or doesn"t work. There are no settings -- just install and activate. You should then be able to automatically see a clean mobile version of your blog when visiting it with a mobile device.

Wordpress Automatic Upgrade

Of the few plug-ins I do use, this one is by far the most valuable to me. In fact, I wish I would have discovered this plug-in a few upgrades ago! The Wordpress Automatic Upgrade automatically upgrades your WordPress version to the latest files provided using the 5 steps provided in the upgrade instructions.

Here is what WPAU does:

  1. Backs up files and makes available a link to download them.

  2. Backs up the database and makes available a link to download it.

  3. Downloads the latest files from http://wordpress.org/latest.zip and unzips them.

  4. Puts the site in maintenance mode (a "maintenance" screen will appear to your users).

  5. De-activates all active plug-ins and remembers them.

  6. Upgrades WordPress files.

  7. Gives you a link that will open in a new window to upgrade installation.

  8. Re-activates plug-ins.

The plug-in can also can be run in a automated mode where in you do not have to click on any links to go to the next step.

I ran it in a step by step mode in which it worked beautifully with the exception of reactivating plug-ins. However, seeing that I use so few plug-ins, reactivating them manually was easy as cake.

Customizing the "Read More Tag

Finally, not a plug-in but more of an "adjustment" to the way WordPress works  - customizing the "read more" function. First of all I don"t like how WordPress displays the entire contents of a post by default on the most recent posts page or in many cases, the home page of the blog. I am familiar with Movable Type which allows me to add an excerpt that shows on the home page and which then links to the entire post.

To avoid having WordPress list a post in its entirety on the most recent posts page, you can insert the "more" tag at the point which you want to prompt readers to click on a link to "read more." Problem solved, right? Not exactly.

What bothered me about this function is that by default, when you click on the "read more" link, the web page loads and then "jumps" to the spot where the <--more--> tag is set in the post. If you do not want that "jump", you can change the default function of how this works by editing the following line in wp-includes/post-template.php (prior to version 2.1, the code is found in wp-includes/post-template.php):

Change -

$output .= " <a href="". get_permalink()
. "#more-$id\">$more_link_text</a>";

to

$output .= " <a href="". get_permalink()
."\">$more_link_text</a>";

or

$output .= " <a href="". get_permalink()
."">$more_link_text</a>";

Only downfall to this manual adjustment of is that the next time you upgrade WordPress, this file will be replaced by the newer version and as such, wipe out your modification. Therefore make a note of this so you can change it again after upgrading.

Keep in mind that there are multiple plug-ins available to customize and improve your WordPress blog as well as multiple modifications you can make so that it functions the way you like. These are just a few of the essentials I employ.

What about you the reader? If you have a favorite plug-in or set of plug-ins or "hacks" that make the WordPress experience better, I"d love to hear about them in the "comments" section of this post.


Want more from your web site?
Search Influence can help! Targeted Traffic. Increased Revenue. Results Guaranteed. Customized Internet Marketing you can afford.


>>Source Link
>>Blog: Search Engine Guide : Small Business Search Marketing
>>Publish Date: 6/27/2008 7:03:17 AM
>>Keywords: plug wordpress

Related Posts
>>SEW Experts: Using WordPress to Manage Your Web Site Content – Part 2 #
    In today"s Little Biz column, "Using WordPress to Manage Your Web Site Content – Part 2 ," Carrie Hill tells you how to use plug-ins when designing your standalone or Web site blog – great tips for ge
>>WordPress插件编程资源 #
      开发一个WordPress插件并不困难,只要有一定的PHP开发知识,基本都可以胜任WordPress插件的开发工作,今天我总结一下WordPress的开发资源。  如果英文好的话,可以看一下WordPress官方的Plugin API网站,里面详细介绍了编写一个Plugin的过程以及实例。英文不好也没关系,有一些WordPress志愿者正在将这个Plugin API网站翻译为中文,这里就有一个
>>WordPress的Blog可以做为OpenID了 #
      据WordPress的官方博客报道,现在已经可以使用你在WordPress的博客地址做为OpenID了。  你已经厌倦了记住几十个不同的用户名和密码了吗?在不同的网站注册不同的用户让你感到厌烦吗?  OpenID是一个新标准,旨在减轻上述问题和麻烦,因此WordPress使得所有在WordPress.com有Blog的人都拥有了一个OpenID。这意味着你可以在其他网站上使用你已有的WordP
>>WpZipper--把Wordpress和插件一起打包下载 #
    WpZipper提供的服务非常另类,它可把Wordpress源程序与需要的插件,直接打包在一直供用户下载,这样可省去上传插件的麻烦了,可谓是一条龙服务。而且它所提供的Wordpress程序与WP官方同步,提供了最新版本。另外目前它提供的插件也非常齐全,大约有89,363个插件,基本上常用的插件都能找到。... 继续.
>>WpZipper - 把Wordpress和插件一起打包下载 #
    WpZipper提供的服务非常另类,它可把Wordpress源程序与需要的插件,直接打包在一直供用户下载,这样可省去上传插件的麻烦了,可谓是一条龙服务。而且它所提供的Wordpress程序与WP官方同步,提供了最新版本。另外目前它提供的插件也非常齐全,大约有89,363个插件,基本上常用的插件都能找到。... 继续.
>>The Link Baiting Playbook: Hooks Revisited #
    WordPress database error:
>>16 Tips to Successful Business on the Web #
    WordPress database error:
>>WP插件汇总(2):50多个Wordpress管理员使用的插件 #
    作者: Sean P. Aune 原文: 50+ Tools For The WordPress Admin 翻译: Riku 译文: 50多个Wordpress管理员使用的插件 如果你把Blog当作全职工作的话,这里有一个超过50条的A-Z插件列表来帮助你让你的工作变得更加顺畅。另外请注意不要一次全都安装这些插件。 这篇文章是Wordpress Tips系列中的一篇,其它文章还有 译文:30多个
>>WP插件汇总(2):50多个Wordpress管理员使用的插件 #
    作者: Sean P. Aune 原文: 50+ Tools For The WordPress Admin 翻译: Riku 译文: 50多个Wordpress管理员使用的插件 如果你把Blog当作全职工作的话,这里有一个超过50条的A-Z插件列表来帮助你让你的工作变得更加顺畅。另外请注意不要一次全都安装这些插件。 这篇文章是Wordpress Tips系列中的一篇,其它文章还有 译文:30多个
>>十大最佳WordPress插件推荐 #
      WordPress是使用PHP语言和MySQL数据库开发的一个极为流行的Blog(博客、网志)系统,功能非常强大,插件和模板众多,易于扩充功能。安装和使用都非常方便。目前WordPress已经成为主流的Blog搭建平台。  WordPress Plugin扩展插件众多,使用这些插件可以轻松的扩展和定制WordPress的功能,由于WordPress插件实在太多,因此对于初学者来说会看得眼花缭乱

Other Posts:
>>How to Fix the Bloated Code that is Jacking Up Your SEO
>>Puppy"s Picks - 06/18/08
>>There"s No Shortcut for Link Building: A Case for Relationship Building
>>Leave It to Harvard to Legitimize Us
>>Internal Linking, Nofollow and Link Blocking Strategies That Provide Maximum Impact On Your SEO Campaign
>>Puppy"s Picks - 06/17/08
>>The Glory of Absolute Linking (As Opposed to that Relative Linking Crap!)
>>Puppy"s Picks for 06/16/08
>>Website Architecture Questions Answered, Part VI
>>The Importance of Internal Linking, and How to Do it Right
>>Puppy"s Picks for 06/13/08
>>Yahoo!, Youtube and Your Underwear, Huh?


Month Archives:

Top Tags:
Google Internet Technology Company & Product Profiles Search feature Business and Technology Web2.0 column analysis 服务介绍 application comment letter 业界信息 news China2.0 Startups deal Search Headlines 產業策進 未來趨勢 創投 創業案例 widget Social Network 业界动态 Google/SEO news_in SEW Experts Web 2.0 News & Ideas


@2007 All rights Reserved