Jojo’s World

Business Blog-Reviews,Tips-Make Money online
Subscribe

Archive for the ‘Wordpress’

Best Title Tag Code for Wordpress SEO

December 15, 2009 By: Jojo Category: SEO, Wordpress No Comments →

Are you using the best title tag  for Wordpress? so that you gets maximum search engine traffic ?

wordpress-photo

Use the following code for your wordpress blogs.

<title><?php if (is_home () ) { bloginfo(‘name’); }
elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title(‘’,true); } ?></title>

Its a proven code used by all famous bloggers who use wordpress like “DailyBlogTips” , DoshDosh and many others.

Where to paste the code ?

  1. Go to your wordpress Dashboard (Wp-admin Area)
  2. Go to Appearances and open Theme Editor
  3. Open Header section
  4. You will find there a line starting <title> some codes and ends with </title>. Delete this code.
  5. Copy   and paste your new code! You are done!!

How to prevent/block spam comments in wordpress

August 10, 2009 By: Jojo Category: Blogging, Plugins, Wordpress 2 Comments →

How to make a sticky post in wordpress

July 09, 2009 By: Jojo Category: Blogging, Wordpress 2 Comments →

Operation Lucifer-Removing 302 redirects from wordpress!

December 03, 2008 By: Jojo Category: Blogging, Wordpress 1 Comment →

Terrorist attack on Wordpress! 302 redirect to Sattan.org -Wordpress Hijack

December 02, 2008 By: Jojo Category: Blogging, Wordpress 2 Comments →

Live Blogging Revolutionized!

November 19, 2008 By: Jojo Category: Blogging, Wordpress 3 Comments →

Create polls on your wordpress blog-using WP-Poll plugin

November 05, 2008 By: Jojo Category: Blogging, Plugins, Wordpress No Comments →