Many times adding the custom pagination in wordpress blog is very important. In this article I will show you how to add the simple pagination in wordpress.

You need to open the your index.php file from wordpress theme and put following code in that file.


<div class="navigation">
  <div class="alignleft"><? next_posts_link('&laquo; Previous') ?>
  </div>
  <div class="alignright"><? previous_posts_link('Next') ?>
  </div>
</div>

If you want the pagination in single post then you can use the following code:

<?php next_posts_link($label , $max_pages); ?>
<?php prev_posts_link($label , $max_pages); ?>

There are some very nice wordpress plugin available for wordpress pagination.
WP-PageNavi

PageNavi wordpress plugin is really nice. I personally like this plugin so much. With this plugin you can apply your custom css also.

Changing the CSS

If you need to configure the CSS style of WP-PageNavi, you can copy the pagenavi-css.css file from the plugin directory to your theme’s directory and make your modifications there. This way, you won’t lose your changes when you update the plugin.

Alternatively, you can uncheck the “Use pagenavi.css?” option from the settings page and add the styles to your theme’s style.css file directly.

Some time we need to execute and use the php code in wordpress post and page. There is solution for inserting the php code in to wordpress post.

I found very useful wordpress plugin for that. But my advise is don’t use this plugin ever try to put your php code as possible in wordpress theme.

Exec-PHP

The Exec-PHP plugin executes PHP code in posts, pages and text widgets.

Features:

  • Executes PHP code in the excerpt and the content portion of your posts and pages
  • Configurable execution of PHP code in text widgets (for WordPress 2.2 or higher)
  • Write PHP code in familiar syntax, eg. <?php ... ?>
  • Works in your newsfeeds
  • Information about which users are allowed to execute PHP with the current security settings (for WordPress 2.1 or higher)
  • Configurable user warnings for inappropriate blog and user settings (for WordPress 2.1 or higher)
  • Restrict execution of PHP code in posts and pages to certain users by using roles and capabilities
  • Update notifications through the ‘Plugins’ menu in WordPress if a new version of the Exec-PHP plugin is available (for WordPress 2.3 or higher)
  • Internationalization support (english and german included, many more available)
  • Comes with documentation

Inline PHP

The plugin can execute php string in posts/pages, and display the output as the contents of posts/pages. Just quote what you want to execute in <exec>...</exec> or [exec]...[/exec] tag.

You can put the php code in post following way.

<exec>
       $filestr = file_get_contents('http://www.seocompany.ca/pagerank/page-rank-update-list.html');
       if (preg_match('/<p>.*<\/p>/ums', $filestr, $matches)){
           echo str_replace("<p><a href=\"#page-rank-update-list-history\">Top of Page Rank Update List History</a></p>", "", str_replace("<table width=\"65%\">", "<table width=\"100%\">", $matches[0]));
       }
   </exec>

When ever we write some code in post. That code need to visible very easily. There are some useful wordpress plugins for highlighting the code in wordpress post.

While WordPress.com doesn’t allow you to use potentially dangerous code on your blog, there is a way to post source code for viewing. We have created a shortcode you can wrap around source code that preserves its formatting and even provides syntax highlighting for certain languages, like so:

To accomplish the above, just wrap your code in these tags:

 your code here
 

The language parameter controls how the code is syntax highlighted. The following languages are supported:

  • actionscript3
  • bash
  • coldfusion
  • cpp
  • csharp
  • css
  • delphi
  • erlang
  • fsharp
  • diff
  • groovy
  • javascript
  • java
  • javafx
  • matlab (keywords only)
  • objc
  • perl
  • php
  • text
  • powershell
  • python
  • ruby
  • scala
  • sql
  • vb
  • xml

If the language parameter is not set, it will default to “text” (no syntax highlighting).

Code in between the source code tags will automatically be encoded for display, you don’t need to worry about HTML entities or anything.

There are some free plugins also helpful for syntax highlighting.  I specially like the SyntaxHighlighter Evolved wordpress plugin. SyntaxHighlighter Evolved allows you to easily post syntax-highlighted code to your site without loosing it’s formatting or making any manual changes.

You can download this plugin form here:

SyntaxHighlighter Evolved

There is another plugin for syntax highlighting which also really nice.

WP-Syntax provides clean syntax highlighting using GeSHi — supporting a wide range of popular languages. It supports highlighting with or without line numbers and maintains formatting while copying snippets of code from the browser.

It avoids conflicts with other 3rd party plugins by running an early pre-filter and a late post-filter that substitutes and pulls the code snippets out first and then pushes them back in with highlighting at the end. The result is source code formatted and highlighted the way you intended.

You can download the this from here:

WP-Syntax

When we are using the wordpress sites then we need to clean the database always. If your site is having more than 500 articles then you need to worry about server performance.

Mysql load will impact your server.  Many people are suggesting to use the WP-DBManager wordpress plugin. But forgot about plugin feature. That plugin specially made for database backup and managing the tables.

If you want to optimize your wordpress database then you need to use wp-optimize wordpress plugin. I found that is only plugin is helpful for really keep optimize your wordpress database.

I used that plugin. Before using that plugin my mysql database size was 135mb. After using that wp-optimize plugin features database size was 4mb. That means my database really really optimized.

My sites performance was also improved.

What is features of wp-optimize?

  • Remove the existing wordpress post revisions
  • Remove all the comments in the spam queue
  • Remove all the un-approved comments
  • Rename one username to another username, it’s designed to rename default “Admin” user to something else
  • Apply MySql optimize commands on your database tables without phpMyAdmin.
  • Display Database table statistics.

I really liked this wordpress plugin. Thanks to Ruhani Rabin who wrote this plugin.

You can download this plugin from here

http://wordpress.org/extend/plugins/wp-optimize/

Photo Gallery, picture gallery, or slideshow are the best way to showcase your images/photos to your readers. There are a lot of different methods to create them, and the alternative you’re most likely to be using Flash or JavaScript

Below is the most downloaded image gallery plugins that we have choosen directly from thewordpress plugin directory. To make it even easier for you to choose, I also added live demo link under every image plugin! All of the resources in this post are categorized and hopefully you will find a number of new plugin that will be practical for your own work.

Using Lightbox, Thickbox, and Fancybox Effect

NextGEN Gallery

DemoDownload (Version 1.5.5 | Updated 2010-6-14 | Downloads 2,007,702)

NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.

 

 

Lightbox 2

 

DemoDownload (Version 2.9.2 | Updated 2010-2-10 | Downloads 385,160)

Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Now with better regular expressions, courtesy of Michael Tyson!

 

 

Shadowbox JS

 

DemoDownload (Version 3.0.3.2 | Updated 2010-4-6 | Downloads 175,656)

Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.

 

Lightbox Plus

DemoDownload (Version 2.0.5 | Updated 2010-7-2 | Downloads 112,323)

Lightbox Plus permits users to view larger versions of images, simple slide shows, videos and content all in an overlay.

 

Lightbox Gallery

DemoDownload (Version 0.6.2 | Updated 2009-12-20 | Downloads 87,964)

This plugin changes the view of galleries to the lightbox.

 

jQuery Lightbox

DemoDownload (Version 0.10 | Updated 2010-6-29 | Downloads 69,992)

Used to overlay images on the current page.

 

Shutter Reloaded

DemoDownload (Version 2.4.1 | Updated 2009-12-17 | Downloads 64,557)

Darkens the current page and displays an image (like Lightbox, Thickbox, etc.), but is a lot smaller (10KB) and faster.

 

FancyBox for WordPress

DemoDownload (Version 2.7.2 | Updated 2009-12-20 | Downloads 58,120)

Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. No further configuration needed.

 

Lightview Plus

DemoDownload (Version 2.5 | Updated 2010-5-13 | Downloads 54,341)
Seamless integration of Lightview (similar to Lightbox, Thickbox, Floatbox, Thickbox, Fancybox) to create a nice overlay to display images and videos.

 

Using Flip Effect


Page Flip Image Gallery

DemoDownload (Version 0.5.11.1 | Updated 2010-6-25 | Downloads 469,854)
FlippingBook WordPress Gallery plugin helps you to create Image Gallery with Page Flip effects on your blog.

Simple Image Gallery

Post videos and photo galleries

DemoDownload (Version 1.67 | Updated 2010-6-30 | Downloads 341,511)

Post your videos and photo galleries/flash slideshows easily and in seconds.

 

Yet Another Photoblog


DemoDownload (Version 1.9.24 | Updated 2009-12-27 | Downloads 109,879)

Convert your WordPress Blog into a full featured photoblog in virtually no time.

 

WP-SimpleViewer

DemoDownload (Version 1.5.4 | Updated 2010-1-9 | Downloads 91,836)

Add SimpleViewer Flash image galleries to your posts and pages. Easy to use and several options to make it fit your needs.

 

WP Photo Album

DemoDownload (Version 1.5.1 | Updated 2008-9-25 | Downloads 54,185)

This plugin is designed to easily manage and display your photo albums within your WordPress site.

 

Lazyest Gallery

DemoDownload (Version 0.16.3 | Updated 2010-6-21 | Downloads 54,160)
Lazyest Gallery is an integrated image gallery with automatic thumb and slide creation, comments on images, and a slide show.

Flickr Gallery

flickrRSS

DemoDownload (Version 5.1 | Updated 2009-4-29 | Downloads 184,471)

Allows you to integrate Flickr photos into your site. It supports user, set, favorite, group and community photostreams.

 

Flickr Photo Album

DemoDownload (Version 1.1 | Updated 2008-10-6 | Downloads 99,638)

This Flickr plugin for WordPress will allow you to pull in your Flickr photosets and display them as albums on your WordPress site.

 

Flickr Gallery

Release PageDownload (Version 1.4.0 | Updated 2010-7-4 | Downloads 62,143)

Quickly and easily add Flickr galleries, photos, and even custom search results into your WordPress pages and posts.

 

WordPress Flickr Manager

DemoDownload (Version 2.3 | Updated 2009-2-15 | Downloads 58,330)
Handles uploading, modifying images on Flickr, and insertion into posts.

Image Tools

Scissors

DemoDownload (Version 1.3.7 | Updated 2010-2-8 | Downloads 99,029)
Scissors enhances WordPress’ handling of images by introducing cropping, resizing, rotating, and watermarking functionality.
For WordPress 2.9 – 3.0 please download here :http://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/

 

Using Flash

GRAND Flash Album Gallery

DemoDownload (Version 0.49 | Updated 2010-6-28 | Downloads 85,050)

GRAND Flash Album Gallery is a full integrated (flash skin based, slideshow) Image Gallery plugin with a powerfull admin back end.

 

NextGEN-FlashViewer

DemoDownload (Version 1.3 | Updated 2009-2-1 | Downloads 79,004)
The famous Adobe Flash Plugins from Airtight Interactive for NextGEN Gallery.
Other Demo :

Slideshow


Featured Content Gallery

DemoDownload (Version 3.2.0 | Updated 2009-3-9 | Downloads 212,344)

Used to create a customizable rotating image gallery anywhere within your WordPress site.

 

WP PicLens

DemoDownload (Version 1.0.5 | Updated 2008-1-29 | Downloads 72,379)

Creates an immersive, full-screen slideshow presentation of photos and images in your blog.

 

Dynamic Content Gallery

DemoDownload (Version 3.2.3 | Updated 2010-4-11 | Downloads 54,089)
Creates a dynamic gallery of images for latest or featured content selected from one category, a mix of categories, or pages.

Source Link

Keeping your wordpress database is very important for wordpress database. This will improve your site speed aslo.
Many times you install the wordpress plugins and some time you dont want that plugins and you delete that plugins. There is very nice wordpress plugin is avilable for database backup.

WP-DB-Backup

WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database.
But that plugins create some tables in your wordpress database. You need to remove that tables from your wordpress database.
Imp note: when ever you are cleaning the database or deleting the unwanted tables from wordpress database. Please consult with your web administrator.
Dont forget to take a full backup of your database.

This tutorial should be forward-compatible with WordPress 3.0

1. Install WP-DB-Backup by Austin Matzko

2. Mouse over Tools so that the down arrow appears

3. Click the down arrow

4. Click Backup

5. You’ll see something like this:

On the left are the default database tables included with WordPress. All of these are included every time you backup. The only thing you have to decide here is whether to exclude spam comments from being backed up (I recommend this) and whether to exclude post revisions (I recommend excluding these too, unless you have a specific reason for keeping revisions).

On the right is a list of additional database tables, most of which were probably created by plugins. There’s also a table called that will end with the name “commentmeta” – this can be used by plugins.

If your plugins have created a lot of data that you would like to save, or you’ve spent a lot of time configuring particular plugins, you’ll want to backup these tables. Otherwise, you can keep your database backups smaller by not checking them.

7. Next we see the Backup Option. There are three choices here:

A. Save to the server

This will save a backup of your database as a file on your web server. I don’t recommend this.

B. Download to your computer.

This will create a database backup file that you can save to your local computer.

C. Email backup to:

This allows you to send a copy of the backup to any e-mail address you’d like.

8. Let’s go ahead and download a copy to our hard drives now.

Check options you want in the Tables section then click “Backup now!”

You should see a progress bar, and when that’s done your browser will prompt you to save the file. You can save this file wherever you’d like.

9. There’s another section called “Scheduled Backup.” This is where this program gets really great.

Here we can schedule a backup to be e-mailed to a particular e-mail address however often we’d like. I recommend checking selecting “Once Daily.”

10. On the right, you’ll see that list of optional tables again. Check the ones you want to backup every time the backup runs.

11. Enter the e-mail address you want the backups delivered to in the “Email backup to:” field.

12. Click “Schedule backup.”

13. You should now get a backup file as an e-mail attachment every day. You should save these attachments to your local computer. If you’re using Gmail or another web mail host that has a lot of storage space, you might want to leave your databases on their server as an additional off-site backup. Be aware that that’s an additional security risk – if your e-mail account is ever compromised, the would have access to all of your database backups.

Many times you website content is not suitable for all the age group. There is very nice wordpress free plugin available.

Restricted to Adults

There’s a lot of content which isn’t appropriate for all ages. The [Association of Sites Advocating Child Protection (ASACP)](http://www.asacp.org/ “ASACP) has developed the Restricted to Adults (RTA) tag which most online protection software respects.

Installing the RTA tag on a WordPress install can be somewhat complicated, so the Restricted to Adults plugin makes it one click — activate the plugin and your site is restricted to adults.

WordPress has just announced the 100th million plugin has now been downloaded. It’s a smaller milestone but just as impressive if not even more so, since blogging tools are not going to have the same mainstream audience or appeal as a web browser. WordPress is also celebrating a smaller milestone, the newly launched WordPress 3.0 has just passed three million downloads.

What wordpress is saying?

WordPress 3.0 Thelonious passed 3 million downloads yesterday, and today the plugin directory followed suit with a milestone of its own: 100 million downloads.

The WordPress community’s growth over the years has been tremendous, and we want to reinvest in it. So we’re taking the next two months to concentrate on improving WordPress.org. A major part of that will be improving the infrastructure of the plugins directory. More than 10,000 plugins are in the directory, every one of them GPL compatible and free as in both beer and speech. Here’s what we have in mind:

We want to provide developers the tools they need to build the best possible plugins. We’re going to provide better integration with the forums so you can support your users. We’ll make more statistics available to you so you can analyze your user base, and over time we hope to make it easier for you to manage, build, and release localized plugins.

We want to improve how the core software works with your plugin and the plugin directory. We’re going to focus on ensuring seamless upgrades by making the best possible determinations about compatibility, and offer continual improvements to the plugin installer. And we also want to give you a better developer tool set like SVN notifications and improvements to the bug tracker.

We’re also going to experiment with other great ideas to help the community help plugin authors. We want it to be easy for you to offer comments to plugin authors and the community, including user reviews and better feedback. We may experiment with an adoption process for abandoned plugins as a way to revitalize hidden gems in the directory. I’m not sure there is a better way to show how extendable WordPress is and how awesome this community is at the same time.

As Matt said in the 3.0 release announcement, our goal isn’t to make everything perfect all at once. But we think incremental improvements can provide us with a great base for 3.1 and beyond, and for the tens of millions of users, and hundreds of millions of plugin downloads to come.

There are now a little over 10,000 plugins in the WordPress directory which really puts the 100 million downloads number in perspective. Of course, some plugins are more popular than others, but it does indicate that bloggers are very interested in the added functionality these plugins provide.

The most popular plugin is the antispam tool Akismet with over 8.5 million downloads to date. The tool comes pre-installed with WordPress, so that may explain its popularity, although, these installs may not be counted as downloads. However, later updates are probably counted. Other popular plugins are the All in One SEO Pack with five million downloads and Google XML Sitemaps with close to four million.

Given the popularity of WordPress plugins, it’s no surprise that they are now getting some attention from the development team. Having wrapped up WordPress 3.0, the team decided to focus on some of the things surrounding WordPress rather than the software itself.

“The WordPress community’s growth over the years has been tremendous, and we want to reinvest in it. So we’re taking the next two months to concentrate on improving WordPress.org. A major part of that will be improving the infrastructure of the plugins directory,” Andrew Nacin, a WordPress developer, announced.

“We’re going to provide better integration with the forums so you can support your users. We’ll make more statistics available to you so you can analyze your user base, and over time we hope to make it easier for you to manage, build, and release localized plugins,” he explained.

In last few years wordpress become most popular CMS in the world. WordPress has great support of wordpress plugins which are free.
Many people many types of wordpress plugins as per there use.

Here I am going to give you the list of most popular wordpress plugins which are downloaded millions times.
I recommend if you hosted your website with wordpress you must use following wordpress plugins.

Akismet

Akismet checks your comments against the Akismet web service to see if they look like spam or not.
This Plugins is downloaded 8,477,963 times.

All in One SEO Pack

Automatically optimizes your WordPress blog for Search Engines (Search Engine Optimization).
This Plugins is downloaded 5,291,396 times.

Google XML Sitemaps

This plugin will generate a special XML sitemap which will help search engines to better index your blog.
This Plugins is downloaded 3,935,776 times.

WP Super Cache

A very fast caching engine for WordPress that produces static html files.
This Plugins is downloaded 94,084 times.

WPtouch iPhone Theme

WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie
This Plugins is donwloaded 876,885 times.

NextGEN Gallery

NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.
This Plugins is downloaded 1,988,926 times.

Contact Form 7

Just another contact form plugin. Simple but flexible.
This Plugins is downloaded 2,021,419 times.

WordPress.com Stats

You can have simple, concise stats with no additional load on your server by plugging into WordPress.com’s stat system.
This Plugins is donwloaded 1,688,181 times.

Fast and Secure Contact Form

A super customizable contact form that lets your visitors send you email. Blocks all common spammer tactics. Spam is no longer a problem.
This Plugins is downloaded 343,069 times.

ourSTATS Widget

create a widget for the ourstats.de counter service
This Plugins is downloaded 80,348 times.

Post videos and photo galleries

Post your videos and photo galleries/flash slideshows easily and in seconds.
This Plugins is downloaded 326,804 times.

AddToAny: Share/Bookmark/Email Button

Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more.
This Plugins is downloaded 995,509 times.

WP-PageNavi

Adds a more advanced paging navigation to your WordPress site.
This Plugins is downloaded 868,432 times.

Google Analyticator

Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.
This Plugins is downloaded 936,897 times.

WordPress Related Posts

WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed.
This Plugins is donwloaded 220,359 times.

Here’s 100 plugins for your wordpress site. Taking advantage of some of the awesome plugins that are available can really make a difference in how you blog and can boost productivity and efficiency instantly.

Seo WordPress Plugins

1. All in One SEO Pack – By far the gold standard of SEO plugins, “All in One” provides a multitude of easy to understand options to get your blog up to par SEO wise. 99% of WordPress users will agree when I say this is an absolute must have when it comes to plugins. With over 2 million downloads and growing, you can’t go wrong.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2. SEO Title Tag – Although the plugin above can control title tags on your WordPress blog, this plugin is an outstanding solution to optimize and customize every title tag on your blog.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

3. HeadSpace2 SEO – This handy dandy SEO plugin will allow you to customize meta-data for nearly every aspect of your blog including posts, pages, categories, home page, search pages, author pages, and even 404 pages. This is a super alternative to All in One SEO Pack, just not quite as popular.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

4. SEO Smart Links – A great little plugin that will allow you to automatically link specific phrases and keywords in your posts and comments with corresponding pages on your blog. This one is very handy to have and a great compliment to All in One SEO Pack.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

5. Platinum SEO Pack – Another good competitor for All in One SEO Pack, this one will do a lot of the same stuff, and allow you to control 301 redirects for permalink changes, control nofollow, noindex attributes, and more.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

6. SEO Friendly Images – A lifesaver for that pesky and annoying alt tag (for images) that you always seem to forget to add. Alt tags can make a difference in your search results, and it’s important to optimize each and every image on your blog. This plugin will make that process a lot easier.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

7. SEO Slugs – This is a great utility SEO plugin that removes words like “the”, “a”, “in”, and related words from your post slugs, which will help improve SEO performance. Some might argue that it doesn’t matter, but why not play it safe and build the most SEO friendly post slugs possible?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

8. SEO Watcher – A fairly new plugin, this one claims to watch your daily Google rankings for up to 3 keywords and 3 URL’s inside your WordPress platform. Not a bad idea, but I personally haven’t tested this one yet. Try it and let us know what you think.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

9. Meta Robots Plugin – For an easy solution to adding meta robot tags to your pages in WordPress, this is the plugin for you. It provides a whole host of capabilities, from preventing the indexing of subpages to your homepage, to nofollowing outbound links on your home page.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

10. SEO Blogroll – A very cool plugin that allows you to take control over the “links” widget in WordPress and slap a nofollow attribute on links in your blogroll. Why? Because your blogroll is shown on every page of your blog, needlessly “leaking” pagerank from every page on your blog to external sites that you link to.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

11. SEO Tag Cloud – Whether you love or hate tag clouds, they’re only useful for your visitors and not for SEO purposes, unless you use this plugin. This awesome plugin will display a tag cloud using HTML markup, which of course is SEO friendly.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

12. Simple Tags – Tagging your posts, whether you know it or not, can play a HUGE part in how your posts are indexed and the type of traffic you drive into your blog. Most people don’t know how to properly tag a post, as easy as it is. This plugin will suggest tags to use for each post that you write, and it’s a wonderful plugin!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

13. Redirection – This plugin is more of a utility plugin to manage different redirects and and stuff like that, but as you know, properly managing redirects and error pages plays a huge part in your SEO efforts, so the more organized you can be, the better your blog will perform. This plugin will support Apache and WordPress based redirections.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

14. Nofollow Case by Case – This plugin will allow you to eliminate the nofollow attribute from specific comments, and/or allow you to nofollow specific comments. This is a good way to reward regular contributors and keep the spamming noobs away.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

15. Google XML Sitemap Generator – This will be tagged as a must have plugin for any WordPress blog. Anyone who wants to take advantage of every aspect of SEO for their blog, including making Google happy by submitting proper sitemaps, should use this plugin on their blog. It’s easy to implement and is a bazooka in your plugin arsenal.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Analytical WordPress Plugins

16. Google Analyticator – This plugin makes it easy for you to enable GA logging on your WordPress blog. Will also show visitor stats and track all links on pages.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

17. Ultimate Google Analytics – Just like the plugin above, this will allow any WordPress blogger to add Javascript GA code to each page on your blog without the need to edit your template and potentially screw up your code.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

18. Blog Metrics – A simple plugin that allows you to see average number of posts per month per author, average number of words per post, and some other cool information about your blog that you might want to have handy.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

19. Search Meter – A real gem of a plugin, Search Meter allows you to find out exactly what people are searching for on your blog. If you have a search box enabled on your blog, you can gain some valuable insight from the data that this plugin will produce. Find out what your visitors are searching for the most, and give them more of it!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

20. Google Analytics For WordPress – A hugely popular plugin, this awesome tool will track all sorts of analytical information such as Adsense clicks, image search queries, outbound links, links within comments, and other helpful data that you might want to have.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

21. StatPress – One of my personal favorites, this plugin will provide real-time analytical information of your blog within your WordPress back-end. It will show you who is coming to your blog, how long they stay, how they got there, and so much more. I will not set up a blog without this plugin – it’s that good.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

22. WordPress.com Stats – One of the heavy hitters in the stats plugin world, this one will show you a multitude of information about your visitors that you’ll probably want to know. This plugin does require an API key from WordPress, which can be obtained from WordPress.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

23. Feedburner Feed Stats – If you’re lazy like most of us bloggers, you want the ability to check all of your stats in one central place (like when you’re logged into WordPress). This plugin will show you your Feeburner feed stats from your WP admin interface. This is another must have plugin if you have a sizeable amount of subscribers.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

24. Popularity Contest – Have you ever wanted to know which posts are the most popular on your blog? This plugin gives a weighting to each post based on several different factors and ranks them in a nice list of most popular posts. This is a nice one to have for visitors to find your best articles, which of course in turn will make them even more popular!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

25. StatBadge – A simple plugin that displays different metrics in your sidebar like Alexa ranking, number of comments, Pagerank, and related data that you can show off to your visitors (and to yourself).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Anti-Spam WordPress Plugins

26. Akismet – This one is a no-brainer. Akismet is the gold standard in spam fighting WordPress plugins. It is one of two plugins included in the default WordPress installation, so that should tell you something right there. Every blog should have this enabled, without a doubt!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

27. Bad Behavior – This anti-spam plugin will block link spam with a PHP-based system. This awesome plugin is like a personal bodyguard for your blog, and will stop spammers dead in their tracks.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

28. Spam Karma 2.3 – Although this plugin is no longer being supported or developed, it’s still very much worthy of mentioning on this list. I’ve used Spam Karma for years, and have rarely had a spam comment get by without SK shooting it down. Get it while it’s still available!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

29. Email Spam Protection – This spam fighter will convert email addresses (such as yours) that are posted on your blog to an un-scrapeable JavaScript one. A simple plugin, but useful if you drop your email address a lot.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

30. Peter’s Custom Anti-Spam – I only added this one because it appears that it gets a lot of downloads, so something must be good with it! This just appears to be another anti-spam plugin for your WordPress blog, so it doesn’t hurt to mention it.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

31. WP-SpamFree Anti-Spam – This is another anti-spam powerhouse (like Akismet). If you want to try out a plugin that does not allow any spam comments (including trackback and pingback spam) on your blog, this is the one for you.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Social Media WordPress Plugins

32. Add to Any – This plugin will allow you to add a cool widget which will make it easy for your readers to bookmark your posts to all the big social bookmarking/social media sites. There are quite a few of these types of plugins, but this is one of the more popular ones.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

33. Social Bookmarking RELOADED – This is another plugin that will allow your visitors to bookmark your articles to a multitude of social bookmarking sites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

34. Twitter Tools – This plugin will allow you to seamlessly integrate your blog and your Twitter account which will help drive traffic to your blog from your Twitter updates.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

35. Twitter For WordPress – For a quick and easy way to show your latest tweets on your WordPress blog, this is the plugin to use. It’s easy to install and a must have if you maintain an active Twitter timeline.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

36. flickrRSS for WordPress – One of the hottest flickr plugins ever, this will allow you to pull in photos from any flickr RSS feed right into your blog. This can be customized and made to look extremely nice, providing a perfect way to show off your photog skills to your readers!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

37. Add To Facebook – This is a simple plugin that adds a footer link which will allow you and your visitors to add your post to their Facebook page.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

38. Facebook Dashboard Widget – Wow, finally another lazy blogger developed a solution for us WordPress bloggers to check our Facebook data within WordPress! Install this and save yourself from having to visit Facebook.com several times per day.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

39. Sociable – Easily my favorite bookmarking plugin, Sociable is good at updating information and will easily and attractively allow your readers to bookmark your articles across many different sites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

40. FriendFeed Comments – Great plugin for FriendFeed fans that will allow you to integrate Friendfeed information on your blog.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

41. Follow Me Plugin – This convenient plugin will give your readers a chance to follow all of your social media profiles from one easy place. This one is great if you maintain an active presence across various social media sites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

42. Tweetmeme – This is a hugely popular plugin that will put a little “retweet” button in your blog posts (like you see for the posts on this blog) which easily allows readers to quickly retweet your post. Obviously, it helps to increase the chance of a post going viral on Twitter, which will lead to a boost in traffic and exposure. This is a must have, in my opinion.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

43. LinkedIn hResume – This interesting plugin (which I haven’t tried) claims that it will pull the hResume microformat block from your LinkedIn page right into any page in your WordPress blog.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

44. WP Greet Box – This incredibly useful plugin will actually greet users with a custom reminder depending on how they arrived to your blog. (Example, if they came from Twitter, it will remind them to follow you on Twitter and to retweet the post.) Awesome plugin to say the least.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Internet Marketing wordpress plugins

45. Adsense Manager – This plugin will make it easy to add Adsense advertising into your blog posts, and allow you to determine when they will and will not appear. Great for anyone that likes to run ads to make a little extra cash.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

46. All in One Adsense and YPN – Another popular plugin that allows you to manage all aspects of adding in Adsense and Yahoo! ads into your blog. The ad code is dynamically inserted, so it requires no manual work.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

47. Split Test Plugin – A very unique plugin that allows you to show two different versions of a particular post, and see which one generates more clicks. This would be good for those that promote affiliate products in WordPress posts.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

48. Affiliate Link Cloaker – For those of you that include Amazon affiliate links or whatever site you like to promote, you know that usually affiliate links are pretty nasty looking. This link cloaker will change that, and also help prevent affiliate link hijacking.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

49. WP-Affiliate – Another great link cloaking plugin that is quite popular.

50. Random/Rotating Ads – This plugin will make it extremely easy for you to show and/or rotate a variety of ads (Adsense, affiliate ads, banners, flash, etc…) using widgets or in your template files for your blog. This seems like a very convenient plugin for the “make money online” crowd.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

51. CafePress Plugin – This plugin allows you to easily integrate any of CafePress.com’s millions of products and customize the layout of them for your visitors. For those that promote CafePress products, this is a very good plugin.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Contact Form WordPress Plugins

52. Contact Form 7 – One of many contact form plugins for WordPress. This one is easy to work with and will get the job done. This just seems to be the more popular choice.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

53. WP Contact Form – You can drop this form into any page or post on your WordPress blog. Very easy to use.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

54. WP Contact Form III – This contact form is simple, secure, and easy to customize.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

55. Enhanced WP Contact Form – This plugin is simple, good against spam, and gives the user an option to copy him/herself on the form submission.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Video Related WordPress Plugins

56. Viper’s Video Quicktags – This is an extremely popular WordPress plugin that will make it easy for any blogger to quickly insert video from sites like YouTube, Google Video, and more. This is typically considered a must have for your WordPress blog.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

57. Smart YouTube – Again, this is a plugin that makes it easy to insert YouTube videos into your post, comments, and even your RSS feeds. This supports the playback of HQ (high quality) videos as well.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

58. Lightview Plus – If you’d like to overlay videos/images into a lightbox format, this is the plugin to use.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

59. WP-SWFObject – For all of you flash freaks, or for those that need the ability to add flash movies into their blog, this plugin was created solely for that purpose.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

60. Embedded Video – Another popular plugin that allows you to easily add video to your WordPress posts or pages.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

61. WordPress Video Plugin – Hard to get creative for the description, as it does the same thing as most of the video plugins above. This one seems to support quite a few video sites though, so that could be a plus!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

62. Interactive Video Plugin – This one is unique in the fact that it allows you to record/import/upload videos directly into your post and edit and remix with an online video editor. I haven’t used this one, but thought it was unique enough to add to this section.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Various Utility WordPress Plugins

63. WP-UserOnline – This is a really cool plugin that will add a widget to your sidebar that shows how many users are on your site in real-time. It’s great to watch when a post gets stumbled or bookmarked, the user count rises immediately!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

64. Close Old Posts – This is a great plugin because as your posts get older and gain PageRank from Google, spammers will target them like crazy to try and get their links posted without you knowing it. This plugin allows the automatic closing of old posts for a time that you specify.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

65. Super Archives – This plugin will take your current archive setup and inject it with steroids. Details can be found on their page.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

66. WP-Cache – This is almost an essential plugin these days with all of the social bookmarking sites out there. What this does is prevent your site from going down after getting popular on any of the big social bookmarking sites like Digg and Reddit. It makes your blog run faster and more efficient as well.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

67. Yet Another Related Posts Plugin – As the title says, this plugin will show related posts under your posts. This has several benefits including better SEO, and driving up pageviews as visitors are encouraged to check out the related posts.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

68. WP-Table – This is a handy plugin that will easily allow you to create tables for your posts in a fixed table format.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

69. Subscribe To Comments – This is a very popular plugin that you’ve probably seen on many blogs. It provides a little check box for visitors to check if they want updates on a particular comment string.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

70. WordPress Automatic Upgrade – Tired of seeing that “you need to update your version of WordPress” message in your WP interface? Well, install this one-click upgrade plugin and it will upgrade you to the latest and greatest version of WordPress.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

71. KB Robots.txt – If you want total control over your robots.txt information, then you’ll need this plugin.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

72. NextGen Gallery – Any plugin that makes it to the “most popular” category on WordPress.com is worthy of mentioning, especially this one. This plugin is a fully integrated image gallery with a flash slideshow option. You’ll see this on MANY blogs.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

73. Global Translator – A lot of bloggers forget that not everyone in the world speaks/understands English. This translator has the capability to translate your posts into 34 different languages, which will surely please most of your visitors.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

74. WP-PageNavi – This plugin is built into a lot of premium themes, and for good reason. It enhances your page navigation for your blog, making it easier for readers to advance through your posts with ease.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

75. Comment Relish – One of my favorite plugins, this sends a custom email to a reader after the first time they comment on your blog. A FANTASTIC way to get them to subscribe, or even buy something. Easy way to do some shameless plugging.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


76. WP-Polls – The time will come in your blogging career where you want to poll your readers on something. Readers typically love polls, and to manage the whole process, this is the plugin you’ll need to use.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

77. WP e-Commerce – This plugin will give you the ability to transform your WP blog into an attractive shopping cart enabled, e-commerce solution. This is a great plugin if you sell products or services online.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

78. FeedWordPress – With this RSS aggregation plugin, you can pull in feeds of your choice right to your blog. This makes a great way to showcase feeds from popular blogs in your niche, or perhaps other blogs that you own.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

79. Front Page Excluded Categories – If you’re looking for a quick and easy way to exclude certain categories on your blog’s home page, this is an easy way to accomplish that.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

80. WP-DB-Backup – If you’ve ever lost access to your db or if something has ever crashed on your where you lost all your blog’s information, you’ll appreciate this plugin beyond words. This should be included as a default plugin for every WordPress installation.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

81. Broken Link Checker – A great utility plugin that will automatically check your blog for broken links and notify you if any are found. This is a very handy plugin to have installed.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

82. Advertising Manager – Another ad management program that is really popular, as it recognizes ads from a wide variety of networks (Google Adsense, AdBrite, CrispAds, Chitika, etc…).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

83. WP-PostViews – If you’re like me and need an ego inflation every once in a while, adding this plugin to your blog will show how many views each post on your blog has received.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

84. WordPress Mobile Edition – This should be on every bloggers list, as the amount of mobile internet users increases by the day, you need to make sure your blog is accessible by all the iPhone and Blackberry freaks out there. This sector could make up a noticeable percentage of your users, so keep them happy by installing this.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

85. Search Everything – This is another plugin that will enhance the ability of your WordPress search box on your blog.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

86. Disable WordPress Plugin Updates – If you’re like most bloggers, you’ll agree when I tell you that the plugin updates messages are quite annoying. This awesome plugin will get rid of that problem for you.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

87. Events Calendar – If you need an enhanced version of the default WP calendar widget, then you’ll want to check out this plugin. It allows for the integration of a high organized calendar to post events and related items.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

88. Exec-PHP – Sometimes you’ll find that you need to add PHP code (for certain widgets and such) straight into a post or page. By default, you can’t do this, but with Exec-PHP, you can.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

89. CommenLuv – This is another plugin that you’ll see on many, many blogs. What it does is reward your readers when they comment by linking back to their latest blog posts, recent tweets or digs, which they can choose from when they submit a comment on your blog. It encourages more commenting, and is a win-win situation for you and the reader.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

90. Wp-o-Matic – For all of you wannabe spam bloggers out there, WP-o-Matic allows you to create blog posts out of specified RSS feeds.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

91. WP Super Edit – If you’re not satisfied with the default WYSIWYG WP editor, this is an enhanced version that will give you a bit more control and more options when editing a post.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

92. Scissors – This is a great image handling plugin that will make it possible for you to rotate, crop, and resize images right inside WordPress. This can boost efficiency by allowing you to bypass the time it takes to edit an image before posting it.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

93. Role Manager – This plugin will allow you to handle different user levels and allow a more detailed set of user permissions for each user. This is great if you have a blog that has multiple contributors with multiple roles.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

94. Time Zone – No matter what, it seems that even though you set your timezone correctly in the WP admin interface, it’s still an hour off. This can be quite annoying when scheduling posts for the future. This is because WP doesn’t recognize DST (daylight savings time). This plugin will fix that little annoying problem.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

95. WP Ultimate Gamer’s Pack – If you have a need for your users to be able to view your site with their Wii’s, DS-Lite’s, or PSP’s, then you need this plugin to make that happen.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

96. No WWW plugin – For SEO purposes, it’s essential that you have everyone going to the same post URL, and if you don’t have this plugin enabled, some people might arrive to the WWW version of your post, and some the non WWW version. This plugin will make sure everyone arrives at the right one.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

97. WWP Ajax Edit Comments – If you’ve ever left a comment on a blog with a humiliating typo or error, you’ll have wished that the blog had this cool plugin enabled. This plugin will allow your users to quickly edit a comment after submitting it. Trust me, they’ll love this option.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

98. Lifestream – This is another popular plugin that will display your social networking feeds and images on your blog in the sidebar or in widget format.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

99. Old Post Promoter – This is a fantastic plugin that will help promote those golden oldies you have in your archives. This will lead to more pageviews and return readers. Very clever and very useful plugin to say the least.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

100. Author Image – For those bloggers that like to show off their pretty faces (who doesn’t? lol), use this plugin to display author images in posts and on pages in your blog. This is actually a great way to boost brand exposure.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I hope you’ve enjoyed this awesome list of WordPress plugins.
Thank You!

Related Posts with Thumbnails
Wordpressapi is developer code book.
wordpressapi on Facebook

Who am I?

Sony Kumari founded Wordpressapi in Feb 2010. She started writing since Aug 2006 in wordpress blog. Later on She moved her blog to wordpressapi.com.

Sony Kumari is dubble gradute and earned M.C.A. in Computers. Sony Kumari handled the so many projects in many different technology. She worked on Java, PHP, Ruby on Rails, Javascript, Web services, Social applications, Ad campaigns.

Mahesh is the Author of Wordpressapi, as well as a serial web entrepreneur, sci-fi author, and aspiring world changer. He has been writing for Wordpressapi since Dec 2009. His previous experience includes Photoshop Design, CSS design, Web design and wordpress themes development.

Mahesh is a graduate and earned a B.E. in Electronics. He is having three years of experience in Web design and Wordpress application development.

Rahul is the Author of Wordpressapi, as well as a web designer and photoshop artist. His previous experience includes Photoshop Design, CSS design, Web design and wordpress themes development.

Rahul is a graduate and earned a B.A. in History. He is having Five years of experience in Web design and Wordpress application development.

© 2010 Wordpressapi. All Rights Reserved. Reproduction without explicit permission is prohibited.