Subscribe in a reader - Subscribe via Email - 1929 Subscribers and Counting!!!

World of information, opinions, cricket and technology.

How to Remove Wordpress Meta Generator tag

Thursday, May 14th, 2009

I was reading an excellent post How to Stop Your WordPress Blog Getting Hacked. In that, the author has listed out different ways on how you can stop your Wordpress Blog getting hacked.

The second point in that post is to “Remove Meta Generator Tag”. This tag reveals the Wordpress Version you are using. This is the reason to remove that tag.

As instructed, i headed to header.php of my current theme and looked for the following line to remove it.

<meta name="generator" content="WordPress 2.7" />

I was surprised to see that line was not there but, it was getting generated when i view the source of my Blog.

I then found a way to Remove Wordpress Meta Generator tag.

If you look the contents of header.php carefully, you will find a function call wp_head() just before tag. This is the function which is adding Wordpress Meta Generator Tag.

Our aim is to remove that tag from getting generated by wp_head() function.

Following steps are to remove meta generator tag in wordpress:-

(more…)

I Want to Change My Blog Theme. Any Suggestions?

Wednesday, May 6th, 2009

Guys, This blog has been dressed up with two themes before. CopyBlogger Theme with Three Columns from the inception of this blog way back in December 2007 to May 2008 (6 months) and WP Premium Theme(current one) From May 2008 to till Date.

I have done lots of tinkering to this theme from Increasing the Sidebar Width, CSS Changes, Implementing Rounded Boxes in Sidebar and lots of other stuff. I am now looking for a new look. I am now bored of this old look :)

I would like you all readers/bloggers to pour in with your suggestions on Themes that i should try.

The new Wordpress theme should have following features

  1. SEO supported
  2. Two sidebars on right side
  3. Should fit 125X125 3 ads on the sidebar at the top
  4. Each sidebar should be 160px minimum
  5. Adsense support with HIGH CTR :)
  6. Other stuff…

I hope you guys can refer me Nice Impressive Free Theme/Premium Theme which is a bit cheap.

Hope to see lot of suggestions.

Technorati Tags: , , ,

Increase Blogs internal linking using SEO Smart Links Plugin

Tuesday, April 28th, 2009

Yesterday, I came across a post – Increase Internal linkings on Blog. In that post, the author talks on How to better internal linking in wordpress blog. He mentions use of 4 Plugins which will you achieve this.

I am already using 3 of the plugins out of the 4 listed there. SEO Smart Links plugin which was new for me. I immediately jumped on to Wordpress admin interface and installed SEO Smart Links plugin.

SEO Smart Links Plugin puts Contextual links

SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.

Increase Internal Linking - Smart Links Plugin

Increase Internal Linking – Smart Links Plugin

Contextual Links are the backlinks from the post. A number of such type of backlinks can easily take your blog/article page to the top of any keyword. So, even if you link to your own posts from another post, that would still count as another contextual backlink.

The plugin automatically adds links to other pages of your blog from a page with the desired keyword as the anchor text. It basically scans the post and find the keywords or a phrase and matches it with already existing post / tags / category and links it.

SEO Smart Links Features

  1. Allows you to set up your own keywords and set of matching URLs
  2. Allows you to set nofollow attribute and open links in new window
  3. Ignore list for keywords you do not want to link
  4. Control external links with custom keywords
  5. You can edit the options from the administration settings panel.

I started using it and found some Contextual links getting generated. Need to monitor and also will try setting up keywords vs URL’s

Download Smarts Links Plugin and further Description

If you really liked this post, then Do subscribe and also share it by bookmarking it on social networks

More posts on Wordpress Plugins

Technorati Tags: , , , ,

Greet your Blog visitors using WP Greet Box wordpress plugin

Wednesday, February 18th, 2009

I have found a new Wordpress plugin called WP Greet Box. I am found it really interesting and am impressed with this plugin. I am going to first instroduce you to WP Greet Box and will give my review!

What is WP Greet Box?

This is a Wordpress plugin which show a different greeting message to your new visitors depending on their referrer URL.

Below are Few examples

If visitor arrives to the post from Google search engine, they will see a message asking to subscribe to the RSS feed if they liked the post. The plugin will also show posts based on the search keyword used in google search engine.

If a visitor arrives from Twitter, they will see a message suggesting them to twit the post and follow you on Twitter.

You can also set a default greeting message for new visitors (not matching any referrer URLs) suggesting them to subscribe to your RSS feed.

These greetings helps the visitor with the suggestions and reader interaction.

Screenshot

WP Greet Box - Greeting Message

Features

(more…)

How to Add Wordpress pages to Nav Bar

Monday, January 19th, 2009

Few days back, I shared a wordpress trick on How to Add categories to Nav Bar. Today, i wan to share one more Wordpress Trick.

If you look at the Header section of this blog, you will see the Nav Bar. It includes pages and also some categories.

Categories in Nav Bar

You can see from the above, that i have included following 3 pages along with the some categories. Also notice that they are not one after the other in serial order:

How do you do this?

It is pretty simple. You need to have some knowledge in Wordpress and you should find out in which theme file your Nav Bar code is residing.

Instructions to Add Pages to Nav Bar

(more…)