Get Your Message Across With WWSGD WordPress Plugin

September 4th in Free Plug-ins, Plugin Tips by Wordpress Jedi .

Have you ever wanted to show a note at the top of each of your posts (RSS subscription would be one) to your new visitors but keep them hidden to your regulars? If so, then you should definitely check out the free WordPress plugin WWSGD. It’s an excellent plugin that allows you

What Would Seth Godin Do is a plugin that allows you reach out to your new readers and provide them with a call to action.

As you can see in the image above, you can use the box provided to you by WWSGD to communicate all kinds of information to your visitors. I use it to talk about the latest GPS or PC Deals on my tech blog. The good thing abut it is that you can specifically target the new users and make them feel welcome. At the same time, you can give them the opportunity to sign up for your newsletter or feed, or join your YouTube subscribers.

WWSGD is a free WordPress plugin and is compatible with the latest version of WordPress. Check it out here.

0 Comments

How To Display The Right Title with SEO all-in-One

August 14th in Plugin Tips by Wordpress Jedi .

If you are serious about blogging and using the WordPress system, you should definitely try to optimize it for search engines so you get ranked high and get some free traffic. One very handy plug-in that allows you to do just that is SEO all-in-one pack plugin. It allows you to change the title and META tags for each page on your blog. So you can put keywords that are in your post inside your title tags (and everything gets done automatically).

But not every blog is compatible with this SEO plugin. The theme that I am using for this blog was not compatible with SEO blog. The title would not show for the homepage, and that is a big deal if you are trying to get ranked for anything. So here is what you need to do to fix the issue if your title is not showing up.

  1. Go to your Design tab on your WordPress blog.
  2. Search for the following: <?php wp_title(‘ ‘); ?>
  3. Grab the <title> before the above statement and copy through </title>.
  4. Paste it right after where it says <head>

This is not really a complicated thing but for some reason the plugin wouldn’t work if your <title> tag is way down inside your header. This should fix any issues with your home page. Have fun!

1 Comment