<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ashish Jha &#187; Blogging</title>
	<atom:link href="http://www.theashish.com/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theashish.com</link>
	<description>official Blog of Ashish Jha</description>
	<lastBuildDate>Tue, 17 Jan 2012 14:20:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove WordPress Generator Meta Tag</title>
		<link>http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html</link>
		<comments>http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html#comments</comments>
		<pubDate>Fri, 16 Sep 2011 03:12:42 +0000</pubDate>
		<dc:creator>Ashish Jha</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theashish.com/?p=26</guid>
		<description><![CDATA[Generally every wordpress  blog adds a line in the head section of  the Html source code which states that the page has been generated  by wordpress x.x.x. The information about wordpress and its current version number is very easily visible in the head section of any wordpress blog.  This does not cause any harm however, [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Generally every wordpress  blog adds a line in the head section of  the Html source code which states that the page has been generated  by wordpress x.x.x. The information about wordpress and its current version number is very easily visible in the head section of any wordpress blog.  This does not cause any harm however, it   provides some useful information for the nasty people. I personally feel that the information should bot be visible in the head section.</p>
<p>The information in head section looks something like this</p>
<pre class="brush: xml; title: ; notranslate">&lt;meta name=&quot;generator&quot; content=&quot;WordPress 2.8.4&quot; /&gt;</pre>
<p>Removing that line from the head part of  blog is quite easy. simply add</p></div>
<div>
<pre class="brush: php; title: ; notranslate">remove_action(‘wp_head’, ‘wp_generator’);</pre>
<p>into your themes function.php file and it will be gone forever. If the generator line is still there, you can also check head section present in header.php file for the generator meta tage and remove it from there. Save the file and referesh you blog and hurrray its gone for ever.</p>
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="generated by wordpress meta">generated by wordpress meta</a> (2)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="ashish generator">ashish generator</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="wordpress remove wordpress generator">wordpress remove wordpress generator</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="wordpress remove meta headline">wordpress remove meta headline</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="wordpress meta head cancelled">wordpress meta head cancelled</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="where to remove wordpress generator line">where to remove wordpress generator line</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="remove wordpress meta head sections">remove wordpress meta head sections</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="remove it from wordpress head">remove it from wordpress head</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="meta tags wordpress">meta tags wordpress</a> (1)</li><li><a href="http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html" title="how to removed generated by wordpress">how to removed generated by wordpress</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best wordpress plugins to get you started</title>
		<link>http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html</link>
		<comments>http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html#comments</comments>
		<pubDate>Fri, 16 Sep 2011 03:05:56 +0000</pubDate>
		<dc:creator>Ashish Jha</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theashish.com/?p=18</guid>
		<description><![CDATA[This is the first post of a 3 series post i promised you. This post will help you to get started with publishing your own blog within few seconds. So, it looks that you are interested in setting up your blog. This post is the written description of the steps which i followed while setting [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>This is the first post of a 3 series post i promised you. This post will help you to get started with publishing your own blog within few seconds. So, it looks that you are interested in setting up your blog. This post is the written description of the steps which i followed while setting up my blog here at theashish.com. We will not talk here about the domain and the hosting etc in this post. So, here we go. This post will help you find the best wordpress plugins for your blogs which are very important. Without these plugins your blogs is certainly missing something.</p>
<p>&nbsp;</p>
<p>Once you have installed the blog and selected the best theme for your blog, its time to improve the functionality of the blog by adding plugins to it. I list here some very important plugins which are highly recommended for the blog.</p>
<p>Akismet: Akismet is a plugin which checks your comments for spam and thus helps you reduce spam to your blog.It is higly recommended plugin.This plugin comes default with wordpress.</p>
<p><a title="Search everything wordpress plugin" href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/" target="_blank">Search everything</a> : This plugin enhances default searching capability of wordpress blog. With the help of this plugin your users can search Pages, Comments and more.</p>
<p><a href="http://alexking.org/projects/wordpress/popularity-contest" target="_blank">Popularity Contest</a> : Popularity Contest is a nice plugin that keeps track of activity on your blog and calculates a popularity percentage for each post and page. It is beneficial if you want to show most popular posts to your visitors.</p>
<p><a href="http://wasabi.pbwiki.com/Related+Entries" target="_blank">Related Posts</a> : This is the best plugin to use. It increases readership of your blog by returning a list of the related entries based on active or passive keyword matches. This makes sure that visitors spend much more time on your website.</p>
<p><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/" target="_blank">Show Top Commentators</a> : This plugin is a good deal if you are looking to increase comments to your blog. Show Top Commentators encourages comments to posts by rewarding readers for making a comment. Well,what’s the reward? The top commentators are displayed in the sidebar with a link back to their website.</p>
<p><a href="http://txfx.net/code/wordpress/subscribe-to-comments/" target="_blank">Subscribe to Comments</a> : This plugin is higly recommended. This is a nice plugin that helps grow your blog community by letting your readers stay up to date in the post that they already are interested in. This plugin notifies user about the followup comments.</p>
<p><a href="http://push.cx/sociable" target="_blank">Sociable</a> : This is a nice plugin for wordpress. With this pluhgin your visitors can save the posts to social bookmarking sites thus attracting nice traffic from them.</p>
<p><a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" target="_blank"> All in One SEO Pack</a> : This is the best plugin i have seen for SEO of wordpress Blog. If you want to optimize your blog for search engines this is a must have plugin for your blog.</p>
<p><a href="http://cavemonkey50.com/code/google-analyticator/" target="_blank">Google Analyticator</a> : This plugins helps you add google analytics feature to your blog. You just have to enter analytics UID and this plugin does the rest.</p>
<p><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">Google Sitemap for wordpress</a> : Everbody is crazy about xml sitemaps. But creating xml sitemaps manually is a time consuming and boring task.So,why worry about creating it manually just install this excellent plugin and generate sitemaps for your wordpress blog instantly. It also automatically pings the search engine about the  new pages or posts on your site.</p>
<p>This plugins are the must have’s plugin for your blog. Install it and enjoy the journey of blogging.</p>
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="allintext: comments url natural hair type quiz">allintext: comments url natural hair type quiz</a> (3)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="allintext: comments website wilson sports equipment">allintext: comments website wilson sports equipment</a> (3)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="allintext: comments website baby care products manufacturers">allintext: comments website baby care products manufacturers</a> (2)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="allintext top commentators powered by wordpress">allintext top commentators powered by wordpress</a> (1)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="irvine seo intext:top commentators">irvine seo intext:top commentators</a> (1)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="powered by blogengine -comments are closed add comment contests">powered by blogengine -comments are closed add comment contests</a> (1)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="SEO top commentators">SEO top commentators</a> (1)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="the best wordpress plugins seo india">the best wordpress plugins seo india</a> (1)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="top commentators powered by wordpress">top commentators powered by wordpress</a> (1)</li><li><a href="http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html" title="top wordpress plugins education">top wordpress plugins education</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.theashish.com/blogging/best-wordpress-plugins-to-get-you-started.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tell me the best plugins for my wordpress blog</title>
		<link>http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html</link>
		<comments>http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html#comments</comments>
		<pubDate>Fri, 16 Sep 2011 03:04:27 +0000</pubDate>
		<dc:creator>Ashish Jha</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theashish.com/?p=16</guid>
		<description><![CDATA[I updated my blog to latest wordpress version. After updating, when i checked my site i discovered that few plugins are not working the way it should . Since i had only few posts in my blog previously, So i decided to install the latest wordpress from scratch. I deleted the old installation and installed [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I updated my blog to latest wordpress version. After updating, when i checked my site i discovered that few plugins are not working the way it should . Since i had only few posts in my blog previously, So i decided to install the latest wordpress from scratch. I deleted the old installation and installed the blog again again from scratch. Now again i faced with the problem of choosing the right plugins for my blog. There are literally thousands of plugins but it is always tough to  choose the best plugins for our  blog. We can not use all the plugins out there because every plugin you install reduces the loading time of your blog. So this time i decided to research. Research but what ?? Ofcourse the best plugins for wordpress blog. No need to say, for me, research means google. I googled “top wordpress plugins” because i needed nothing but the very best wordpress plugins for my blog.</p>
<p>&nbsp;</p>
<p>To my surprise i found out that many blogs have made a post about best wordpress plugins or top wordpress plugins. But none of them focus on the best wordpress plugins  that is required to get you started. So I decided to make a post right now. This post will be in three parts.</p>
<ul>
<li>The first part which will deal about the best wordpress plugins needed to get you started.</li>
<li>Second post will deal about the SEO required in wordpress to attract search engines attention, and</li>
<li> final post will deal with how to monetise your blog with adsense.</li>
</ul>
</div>
<h4>Incoming search terms:</h4><ul><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="notify me of followup comments via e-mail aberrance">notify me of followup comments via e-mail aberrance</a> (4)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="blog commenting on best deals">blog commenting on best deals</a> (2)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="comment on top deals blogs">comment on top deals blogs</a> (2)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="education plugins india">education plugins india</a> (2)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="notify me of followup comments via e-mail">notify me of followup comments via e-mail</a> (2)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="about me woredpress blog">about me woredpress blog</a> (1)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="wordpress blogs">wordpress blogs</a> (1)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="top wordpress blogs india">top wordpress blogs india</a> (1)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="top plugins for my worpress site">top plugins for my worpress site</a> (1)</li><li><a href="http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html" title="notify me of follow-up comments via email wordpress">notify me of follow-up comments via email wordpress</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

