5 FREE WordPress Plugins Every Blogger Needs to Have

WordPress logo

WordPress logoBlog publishing has become a labyrinth of content structure, templating systems and plug-ins. Maintaining a good blog with optimal potential requires a focused and practical plan. Plugins are essential. There are a good amount of safe, free plugins to download and utilize.

1. Swat Your Spam

Akismet. This is the most popular free anti-spam/comment plug-ins. Downloading is free however there is a minimal charge for commercial based blogs. In addition, it offers a library option in a variety of languages. With Akismet, the algorithm code that is usually based on the home website is on the Akismet server. It sends the comment back to the host website and determines whether it is spam or legitimate. It will hold content for fifteen days, just in case, and then delete it. Installation requires a WordPress blog which entails signing up for a WordPress.com API key account. After this, install the Akismet plugin into the WordPress plugin directory. It is important to follow the spam folder compiled by Akismet in the first few weeks or so of use. This way you can train it to recognize comments that may otherwise be considered spam and missed.

2. Keyword Tracker

SEO Rank Reporter is an excellent free plugin that will track keywords in your site. Every three days it will show an easy to follow Google ranking graph. As your ranking fluctuates Rank Reporter will send you emails alerting you of top rank changes.

3. Platinum SEO Pack

This plugin will utilize the titles of your blogs for search engine optimization by routinely generating Meta tags. In addition, duplicate information on your site is immediately brought to your attention.

4. SEO Content Control

A plugin that acts like a personal secretary is found in SEO Content Control. It finds content that you may have forgotten to tag, describe and/or categorize and offers ways to develop more optimal choices thus potentially increasing your search engine rankings.

5. Keyword Density Checker

By compiling keyword densities, Keyword Density Checker can create an overview of the density usage of used keywords and key phrases. Meta keyword suggestions are also offered plus prevention of content language and word filter usage.

Take note that because of continuing upgrades offered for WordPress plugins it is probably best to save your current plugins in the WordPress database. When you do this you can go back and decide the specific actions your plugin will take when the upgrade is applied.

About the Author: Miranda S. is a surgical tech by day and blogger by night. She loves looking for unique ways to improve her blogs (and the blogs of others) without spending a ton of cash!

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

WordPress Web Design Tips

WordPress logo

WordPress logo

Our little shop is primarily a WordPress web shop. We design custom WordPress websites that are search engine friendly and easily editable by the client. Here are some tips for WordPress web design.

Do not modify core files in WordPress.
It might be the easy way to do something, but it will be over written when WordPress is updated. It won’t seem like such an easy fix when you have to do it again. You should be using a plugin instead. Plugins are the best way to add functionality to a WordPress site. If you can’t find a plugin to do the job you need done, build one.

Modify the child themes, not the parent themes.
That is what child themes are for. Create your child theme and keep your modifications to your own child theme files. Parent themes are updated occasionally and you will lose your changes.

Use one javascript library.
Find a suitable javascript library and stick to it. jQuery is good. Mixing javascript is bad. Finding pre-existing scripts on the web to incorporate in your design is a good way to learn. If the comments in those scripts in any way contain the phrase “I don’t care,” ditch the script. Learn from it if you can, but do not waste time trying to make it work.

Keep your code clean.

  • Delete extra styles in the CSS.
  • Remove unused PHP from the functions file.
  • Remove old analytics code if it is no longer needed.
  • Delete unused or unnecessary plugins.
  • Consolidate your javascript and CSS whenever possible.
  • Clean up files while you are working and make sure all files are organized and clean before the site goes live.
  • Comment your code clearly.

Do cross browser checks as you work.
It’s far better to frequently check as many browsers as possible as you work than to try to fix many things at the end. All too often, fixing one thing means breaking something else.

Validate code. Validate code. Validate code.

Pay attention to the details.
As Ludwig Mies van der Rohe said: “God is in the details.” The details will make or break a design. It’s okay to be a perfectionist.

Test everything.
Never publish anything without testing it first. Test in multiple browsers and platforms. Have your friends test it. Have others in the shop test it. Make sure all forms work. Make sure it works as it should before publishing live content.

Written by Shanna Cramer, owner of The Web Shoppe in Fargo, ND. Twitter Facebook

Gravity Forms Contact Form Plugin for WordPress

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)