<?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>TheAshish.Com &#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>Internet Adventure Start-up</description>
	<lastBuildDate>Thu, 28 Jan 2010 17:39:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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>Mon, 19 Oct 2009 09:18:24 +0000</pubDate>
		<dc:creator>Ashish</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.theashish.com/?p=68</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, it   provides some useful information [...]


Related posts:<ol><li><a href='http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html' rel='bookmark' title='Permanent Link: Tell me the best plugins for my wordpress blog'>Tell me the best plugins for my wordpress blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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;">
&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>
<pre class="brush: php;">
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>


<p>Related posts:<ol><li><a href='http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html' rel='bookmark' title='Permanent Link: Tell me the best plugins for my wordpress blog'>Tell me the best plugins for my wordpress blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theashish.com/blogging/remove-wordpress-generator-meta-tag.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best wordpress plugins to get you started</title>
		<link>http://www.theashish.com/blogging/best-worpress-plugins-to-get-you-started.html</link>
		<comments>http://www.theashish.com/blogging/best-worpress-plugins-to-get-you-started.html#comments</comments>
		<pubDate>Fri, 24 Aug 2007 01:18:08 +0000</pubDate>
		<dc:creator>Ashish</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theashish.com/blogging/8-best-worpress-plugins-to-get-you-started.html</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 up my blog here at [...]


Related posts:<ol><li><a href='http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html' rel='bookmark' title='Permanent Link: Tell me the best plugins for my wordpress blog'>Tell me the best plugins for my wordpress blog</a></li>
<li><a href='http://www.theashish.com/general/finally-updated-the-blog.html' rel='bookmark' title='Permanent Link: Finally updated the blog'>Finally updated the blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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><span id="more-11"></span></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 href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/" title="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&#8217;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&#8217;s plugin for your blog. Install it and enjoy the journey of blogging.</p>


<p>Related posts:<ol><li><a href='http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html' rel='bookmark' title='Permanent Link: Tell me the best plugins for my wordpress blog'>Tell me the best plugins for my wordpress blog</a></li>
<li><a href='http://www.theashish.com/general/finally-updated-the-blog.html' rel='bookmark' title='Permanent Link: Finally updated the blog'>Finally updated the blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theashish.com/blogging/best-worpress-plugins-to-get-you-started.html/feed/</wfw:commentRss>
		<slash:comments>5</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>Thu, 23 Aug 2007 15:40:49 +0000</pubDate>
		<dc:creator>Ashish</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theashish.com/blogging/6-tell-me-the-best-plugins-for-my-wordpress-blog.html</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 the blog again again from [...]


Related posts:<ol><li><a href='http://www.theashish.com/blogging/best-worpress-plugins-to-get-you-started.html' rel='bookmark' title='Permanent Link: Best wordpress plugins to get you started'>Best wordpress plugins to get you started</a></li>
<li><a href='http://www.theashish.com/general/finally-updated-the-blog.html' rel='bookmark' title='Permanent Link: Finally updated the blog'>Finally updated the blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<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 &#8220;top wordpress plugins&#8221; because i needed nothing but the very best wordpress plugins for my blog.</p>
<p><span id="more-10"></span></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>


<p>Related posts:<ol><li><a href='http://www.theashish.com/blogging/best-worpress-plugins-to-get-you-started.html' rel='bookmark' title='Permanent Link: Best wordpress plugins to get you started'>Best wordpress plugins to get you started</a></li>
<li><a href='http://www.theashish.com/general/finally-updated-the-blog.html' rel='bookmark' title='Permanent Link: Finally updated the blog'>Finally updated the blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theashish.com/blogging/tell-me-the-best-plugins-for-my-wordpress-blog.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
