<?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>TheTricks.net</title>
	<atom:link href="http://www.thetricks.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thetricks.net</link>
	<description>Blogging Tips, News, Tech Info</description>
	<lastBuildDate>Mon, 15 Feb 2010 22:36:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change Recent post and Popular Post widget color in thesis theme?</title>
		<link>http://www.thetricks.net/2010/02/how-to-change-recent-post-and-popular-post-widget-color-in-thesis-theme.html</link>
		<comments>http://www.thetricks.net/2010/02/how-to-change-recent-post-and-popular-post-widget-color-in-thesis-theme.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:08:29 +0000</pubDate>
		<dc:creator>nandu patel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thetricks.net/?p=468</guid>
		<description><![CDATA[<a href=http://www.thetricks.net/2010/02/how-to-change-recent-post-and-popular-post-widget-color-in-thesis-theme.html><img src=http://www.thetricks.net/wp-content/uploads/2010/02/thesis-125x125-1.png class=imgtfe hspace=5 align=left width=100  border=0></a><p></p><p>Right now, thesis is most search optimized and user friendly theme in blog world. Many of you even using it and I am sure that you love it. Today I will give you tutorial on How to change Recent post and Random Post widget color in thesis theme?. You can see live example on blog&#8230;</p>


Related posts:<ol><li><a href='http://www.thetricks.net/2009/06/add-recent-post-widget-with-thumbnail.html' rel='bookmark' title='Permanent Link: Add recent post widget with thumbnail'>Add recent post widget with thumbnail</a></li><li><a href='http://www.thetricks.net/2009/01/add-recent-post-widget-in-blogger.html' rel='bookmark' title='Permanent Link: Add Recent Post widget in Blogger'>Add Recent Post widget in Blogger</a></li><li><a href='http://www.thetricks.net/2009/01/show-related-post-widget-in-blogger.html' rel='bookmark' title='Permanent Link: Show related post widget in blogger'>Show related post widget in blogger</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Right now, thesis is most search optimized and user friendly theme in blog world. Many of you even using it and I am sure that you love it. Today I will give you tutorial on How to change Recent post and Random Post widget color in thesis theme?. You can see live example on blog in sidebar. I hope you love it and want to show on you blog too.</p>
<p><img class="alignright" src="http://www.thetricks.net/wp-content/uploads/2010/02/thesis-125x125-1.png" alt="" /><br />
Before we start we need to install some plugins. Here is list.<br />
Popular Post by Rob Marsh &#8211; <a href="http://rmarsh.com/plugins/popular-posts-plugin/">Click here</a>.<br />
Recent Post by Rob Marsh &#8211; <a href="http://rmarsh.com/plugins/recent-posts/">Click here</a>.</p>
<p>Install this two pluings and then go to next step.</p>
<p>After installing you need to go to custom file editor in your wordpress admin page or access to ftp file. Open cutom.css file.</p>
<p>Add bottom cod in your custom.css file.<br />
<span style="color: #0000ff;">Recent post:</span></p>
<pre>#recent-posts h3 {background: #90040b; height:30px; font-size:1.4em; color:#fff; padding-top: 0.1em; padding-bottom: 0em; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-align:center;
}
#recent-posts a {color:#2E2F2F;}
</pre>
<p><span style="color: #0000ff;">Popular Post:</span></p>
<pre>#popular-posts h3 {background: #F17022; height:30px; font-size:1.4em; color:#fff; padding-top: 0.1em; padding-bottom: 0.1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-align:center;
}
#popular-posts a {color:#2E2F2F;}</pre>
<p>This is my customixation for recent post and popular post. You can change color and size according to your choice.</p>
<p>Save file and see change on your blog. This will look exactly like my blog. If you want to change background color and more, here is code.</p>
<p><span style="color: #0000ff;">Recent post:</span></p>
<pre>#recent-posts li {
	background: #fff;
	border: 0px solid #000;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.2em;
	-webkit-border-radius: 5px;
        text-align: left;
}
</pre>
<p><span style="color: #0000ff;">Popular post:</span></p>
<pre>#popular-posts li {
	background: #fff;
	border: 0px solid #000;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.2em;
	-webkit-border-radius: 5px;
        text-align: left;
}
</pre>
<p>Change background color according to your choice.</p>
<p class="note"><span style="color: #ff0000;">border: 0px solid #000;</span></p>
<p>This code will show line around each link in widget. If you don&#8217;t want to see just remove it.</p>
<p>If any thing goes wrong or need help, you can contact me using contact form.</p>


<p>Related posts:<ol><li><a href='http://www.thetricks.net/2009/06/add-recent-post-widget-with-thumbnail.html' rel='bookmark' title='Permanent Link: Add recent post widget with thumbnail'>Add recent post widget with thumbnail</a></li><li><a href='http://www.thetricks.net/2009/01/add-recent-post-widget-in-blogger.html' rel='bookmark' title='Permanent Link: Add Recent Post widget in Blogger'>Add Recent Post widget in Blogger</a></li><li><a href='http://www.thetricks.net/2009/01/show-related-post-widget-in-blogger.html' rel='bookmark' title='Permanent Link: Show related post widget in blogger'>Show related post widget in blogger</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetricks.net/2010/02/how-to-change-recent-post-and-popular-post-widget-color-in-thesis-theme.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to add background in thesis theme.</title>
		<link>http://www.thetricks.net/2010/02/how-to-add-background-in-thesis-theme.html</link>
		<comments>http://www.thetricks.net/2010/02/how-to-add-background-in-thesis-theme.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:34:00 +0000</pubDate>
		<dc:creator>nandu patel</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thesis customization]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thetricks.net/?p=400</guid>
		<description><![CDATA[<a href=http://www.thetricks.net/2010/02/how-to-add-background-in-thesis-theme.html><img src=http://www.thetricks.net/wp-content/uploads/2010/02/thesis-125x125-1.png class=imgtfe hspace=5 align=left width=100  border=0></a><p></p><p>As, you have seen i have just made lot of change in my thesis theme to make it more attractive than before. I think that you also want to do it and need some tutorial. For those, who are not using thesis theme, should start to use. It is more way better than regular wordpress&#8230;</p>


Related posts:<ol><li><a href='http://www.thetricks.net/2009/10/why-do-i-love-thesis-theme.html' rel='bookmark' title='Permanent Link: Why do I love thesis theme?'>Why do I love thesis theme?</a></li><li><a href='http://www.thetricks.net/2010/02/how-to-change-recent-post-and-popular-post-widget-color-in-thesis-theme.html' rel='bookmark' title='Permanent Link: How to change Recent post and Popular Post widget color in thesis theme?'>How to change Recent post and Popular Post widget color in thesis theme?</a></li><li><a href='http://www.thetricks.net/2009/11/how-to-install-wordpress-theme.html' rel='bookmark' title='Permanent Link: How to install wordpress theme'>How to install wordpress theme</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>As, you have seen i have just made lot of change in my thesis theme to make it more attractive than before. I think that you also want to do it and need some tutorial. For those, who are not using thesis theme, should start to use. It is more way better than regular wordpress theme. If, you are planning to move to wordpress, please refer to my post <a title="Permanent link to Step by Step Guild to Install Self Hosted Wordpress" rel="bookmark" href="../2009/10/step-by-step-guild-to-install-self-hosted-wordpress.html">Step by Step Guild to Install Self Hosted Wordpress</a>.</p>
<p>In this tutorial, I will explain you customize for thesis theme which are highly request up to now. If don&#8217;t own thesis theme, then, I will recommend you to buy one. You can buy one by clicking on thesis banner on sidebar.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.thetricks.net/wp-content/uploads/2010/02/thesis-125x125-1.png" alt="" width="125" height="125" /></p>
<p><span style="color: #808000;"><span style="color: #000000;">You can either add color to background or image. I have added image. Here I will explain you both.</span></span><br />
First if you want to add color, go to <span style="color: #ff0000;">custom.css</span> file using ftp. Add below line in it. This is only for thesis version older than 1.6</p>
<pre>body.custom { background: #44443f; }</pre>
<p>If you are using latest version of thesis theme, then you will find this option in your option page of thesis theme. You can refer to image.<br />
<a href="http://www.thetricks.net/wp-content/uploads/2010/01/background1.jpg"><img class="aligncenter size-medium wp-image-402" title="background1" src="http://www.thetricks.net/wp-content/uploads/2010/01/background1-172x300.jpg" alt="" width="172" height="300" /></a><br />
If, you want to add image as background, then you can add below code in your <span style="color: #ff0000;">custom.css </span>file.</p>
<pre>body.custom { background: url('/images/background.jpg') 50% 0  repeat-x; background-attachment:fixed}</pre>
<p class="link">You see fixed in above line. It won&#8217;t allow background to move.</p>
<p>I hope that you enjoyed this tutorial.</p>
<p>For more thesis theme customization, Subscribe with us.</p>


<p>Related posts:<ol><li><a href='http://www.thetricks.net/2009/10/why-do-i-love-thesis-theme.html' rel='bookmark' title='Permanent Link: Why do I love thesis theme?'>Why do I love thesis theme?</a></li><li><a href='http://www.thetricks.net/2010/02/how-to-change-recent-post-and-popular-post-widget-color-in-thesis-theme.html' rel='bookmark' title='Permanent Link: How to change Recent post and Popular Post widget color in thesis theme?'>How to change Recent post and Popular Post widget color in thesis theme?</a></li><li><a href='http://www.thetricks.net/2009/11/how-to-install-wordpress-theme.html' rel='bookmark' title='Permanent Link: How to install wordpress theme'>How to install wordpress theme</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetricks.net/2010/02/how-to-add-background-in-thesis-theme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal Favicon – Wordpress Plugin</title>
		<link>http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html</link>
		<comments>http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:22:41 +0000</pubDate>
		<dc:creator>nandu patel</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thetricks.net/?p=442</guid>
		<description><![CDATA[<a href=http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html><img src=http://www.thetricks.net/wp-content/uploads/2010/01/personal-favicon.png class=imgtfe hspace=5 align=left width=100  border=0></a><p></p><p>Everyone want to setup their blog very easily. In my last post I talked little hard way to show favicon in wordpress, and even some of visitor complained that, it is not working. So, I decided to make post for Personal Favicon plugin, which help newbies to show favicon for their blog. (this is for<span style="color: #ff0000;"> wordpress&#8230;</span></p>


Related posts:<ol><li><a href='http://www.thetricks.net/2010/01/show-favicon-in-blogger-and-wordpress.html' rel='bookmark' title='Permanent Link: Show favicon in blogger and Wordpress'>Show favicon in blogger and Wordpress</a></li><li><a href='http://www.thetricks.net/2010/01/top-5-useful-wordpress-plugins-for-blogger.html' rel='bookmark' title='Permanent Link: Top 5 Useful Wordpress Plugins for Blogger'>Top 5 Useful Wordpress Plugins for Blogger</a></li><li><a href='http://www.thetricks.net/2009/10/step-by-step-guild-to-install-self-hosted-wordpress.html' rel='bookmark' title='Permanent Link: Step by Step Guild to Install Self Hosted Wordpress'>Step by Step Guild to Install Self Hosted Wordpress</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Everyone want to setup their blog very easily. In my last post I talked little hard way to show favicon in wordpress, and even some of visitor complained that, it is not working. So, I decided to make post for Personal Favicon plugin, which help newbies to show favicon for their blog. (this is for<span style="color: #ff0000;"> wordpress user only</span>..!)</p>
<p>Before I talk about this plugins let&#8217;s see screen shot of setting page.</p>
<p style="text-align: center;"><a href="http://www.thetricks.net/wp-content/uploads/2010/01/personal-favicon.png"><img class="aligncenter" title="personal-favicon" src="http://www.thetricks.net/wp-content/uploads/2010/01/personal-favicon.png" alt="personal-favicon" width="379" height="151" /></a>If you can see image clear, just click on image.</p>
<p>You can see in setting area, you need to fill one field with your Favicon Icon URL and another you have to choose where do you want to show this favicon such as on blog, admin page or blog and admin page both.</p>
<p>This plugins is only for wordpress, so blogger user have to use my given tricks. Happy Blogging..!</p>


<p>Related posts:<ol><li><a href='http://www.thetricks.net/2010/01/show-favicon-in-blogger-and-wordpress.html' rel='bookmark' title='Permanent Link: Show favicon in blogger and Wordpress'>Show favicon in blogger and Wordpress</a></li><li><a href='http://www.thetricks.net/2010/01/top-5-useful-wordpress-plugins-for-blogger.html' rel='bookmark' title='Permanent Link: Top 5 Useful Wordpress Plugins for Blogger'>Top 5 Useful Wordpress Plugins for Blogger</a></li><li><a href='http://www.thetricks.net/2009/10/step-by-step-guild-to-install-self-hosted-wordpress.html' rel='bookmark' title='Permanent Link: Step by Step Guild to Install Self Hosted Wordpress'>Step by Step Guild to Install Self Hosted Wordpress</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show favicon in blogger and Wordpress</title>
		<link>http://www.thetricks.net/2010/01/show-favicon-in-blogger-and-wordpress.html</link>
		<comments>http://www.thetricks.net/2010/01/show-favicon-in-blogger-and-wordpress.html#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:09:04 +0000</pubDate>
		<dc:creator>nandu patel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thetricks.net/?p=428</guid>
		<description><![CDATA[<a href=http://www.thetricks.net/2010/01/show-favicon-in-blogger-and-wordpress.html><img src=http://www.thetricks.net/favicon.ico class=imgtfe hspace=5 align=left width=100  border=0></a><p></p><p>Most people want to show small image before URL in address bar of browser. Small image is known as favicon. For blogger and wordpress, tricks is different. I will explain here tricks for both. Before that look how it looks.:</p>
<p><a href="http://www.thetricks.net/"></a></p>
<p><a href="http://www.thetricks.net/wp-content/uploads/2010/01/favicondemo.JPG"></a>You can see small black icon. That is call favicon.</p>
<p><em><strong>For Blogger:</strong></em></p>
<p>For blogger, here is small code&#8230;</p>


Related posts:<ol><li><a href='http://www.thetricks.net/2009/01/fevicon-before-your-url-in-address-bar.html' rel='bookmark' title='Permanent Link: Favicon before your url in address bar.'>Favicon before your url in address bar.</a></li><li><a href='http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html' rel='bookmark' title='Permanent Link: Personal Favicon – Wordpress Plugin'>Personal Favicon – Wordpress Plugin</a></li><li><a href='http://www.thetricks.net/2010/01/show-commenter-photos-in-blogger.html' rel='bookmark' title='Permanent Link: Show Commenter Photos in Blogger'>Show Commenter Photos in Blogger</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Most people want to show small image before URL in address bar of browser. Small image is known as favicon. For blogger and wordpress, tricks is different. I will explain here tricks for both. Before that look how it looks.:</p>
<p><a href="http://www.thetricks.net/"><img class="aligncenter size-full wp-image-116" title="icon" src="http://www.thetricks.net/favicon.ico" alt="icon" width="50" height="50" /></a></p>
<p><a href="http://www.thetricks.net/wp-content/uploads/2010/01/favicondemo.JPG"><img class="aligncenter size-full wp-image-118" title="favicon demo" src="http://www.thetricks.net/wp-content/uploads/2010/01/favicondemo.JPG" alt="favicon demo" /></a>You can see small black icon. That is call favicon.</p>
<p><em><strong>For Blogger:</strong></em></p>
<p>For blogger, here is small code you need to add in HTML code of blogger theme.</p>
<p>First you need to find code:</p>
<p><code>&lt;head&gt;</code></p>
<p>Just copy and paste below code after &lt;head&gt; code:<br />
<code><br />
<span style="color: #ff0000;"><span class="fullpost">&lt;link href='http://www.iconj.com/ico/m/k/mk13dr2mta.ico' rel='shortcut icon'/&gt;</span></span></code></p>
<p><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;">Insted of &#8220;<span style="color: #000080;">http://www.iconj.com/ico/m/k/mk13dr2mta.ico</span>&#8221; change to your favicon URL. </span></span></span></p>
<p><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;">Its done for blogger user.</span></span></span></p>
<p><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;"><em><strong>For wordpress:</strong></em></span></span></span></p>
<p><span style="text-decoration: line-through;"><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;">In wordpress, it is more simple than blogger. Just upload your favicon in<span style="color: #008000;"> /public_html/ <span style="color: #000000;">with .ico extension.</span></span></span></span></span></span></p>
<p><span style="text-decoration: line-through;"><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #008000;"><span style="color: #000000;">Wordpress will get your favicon directly. If this trick won&#8217;t work then you can use same trick as blogger but in wordpress you need to add that code in <span style="color: #008000;">public_html/index.php</span></span></span></span></span></span></span></p>
<p><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #008000;"><span style="color: #000000;"><span style="color: #008000;"><span style="text-decoration: line-through;"><span style="color: #000000;">Happy Blogging&#8230;!</span></span></span></span></span></span></span></span></p>
<p><a href="http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html" target="_blank"><span class="fullpost"><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #008000;"><span style="color: #000000;"><span style="color: #008000;"><span style="color: #000000;"><span style="color: #ff0000;">Click here for wordpress!</span></span></span></span></span></span></span></span></a></p>


<p>Related posts:<ol><li><a href='http://www.thetricks.net/2009/01/fevicon-before-your-url-in-address-bar.html' rel='bookmark' title='Permanent Link: Favicon before your url in address bar.'>Favicon before your url in address bar.</a></li><li><a href='http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html' rel='bookmark' title='Permanent Link: Personal Favicon – Wordpress Plugin'>Personal Favicon – Wordpress Plugin</a></li><li><a href='http://www.thetricks.net/2010/01/show-commenter-photos-in-blogger.html' rel='bookmark' title='Permanent Link: Show Commenter Photos in Blogger'>Show Commenter Photos in Blogger</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetricks.net/2010/01/show-favicon-in-blogger-and-wordpress.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Show Commenter Photos in Blogger</title>
		<link>http://www.thetricks.net/2010/01/show-commenter-photos-in-blogger.html</link>
		<comments>http://www.thetricks.net/2010/01/show-commenter-photos-in-blogger.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 00:49:05 +0000</pubDate>
		<dc:creator>nandu patel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thetricks.net/?p=413</guid>
		<description><![CDATA[<a href=http://www.thetricks.net/2010/01/show-commenter-photos-in-blogger.html><img src=http://www.thetricks.net/wp-content/uploads/2010/01/defaultavatarad7.png class=imgtfe hspace=5 align=left width=100  border=0></a><p></p><p>Blogger user have seen author photo in comment box of wordpress blog, and I think you definitely want to add also in blogger. Here is tricks for it.</p>
<p></p>
<p>Log in to blogger account. Go to layout &#62;&#62; Edit html and click on small box next to Expand Widget Templates.</p>
<p><strong>Step:1 </strong>Now Find code <span style="color: #0000ff;">&#60;/head&#62;</span> and paste below code&#8230;</p>


Related posts:<ol><li><a href='http://www.thetricks.net/2009/01/highlight-author-comment-in-blogger.html' rel='bookmark' title='Permanent Link: Highlight author Comment in blogger'>Highlight author Comment in blogger</a></li><li><a href='http://www.thetricks.net/2009/01/how-to-modify-comment-form.html' rel='bookmark' title='Permanent Link: How to Modify Comment Form&#8230;?'>How to Modify Comment Form&#8230;?</a></li><li><a href='http://www.thetricks.net/2009/01/embed-comment-form-below-post-in-blogger.html' rel='bookmark' title='Permanent Link: Embed Comment Form below post in Blogger'>Embed Comment Form below post in Blogger</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Blogger user have seen author photo in comment box of wordpress blog, and I think you definitely want to add also in blogger. Here is tricks for it.</p>
<p><img class="alignright" title="Default Avatar" src="http://www.thetricks.net/wp-content/uploads/2010/01/defaultavatarad7.png" alt="" width="100" height="100" /></p>
<p>Log in to blogger account. Go to layout &gt;&gt; Edit html and click on small box next to Expand Widget Templates.</p>
<p><strong>Step:1 </strong>Now Find code <span style="color: #0000ff;">&lt;/head&gt;</span> and paste below code just before <span style="color: #0000ff;">&lt;/head&gt;</span></p>
<p><span style="color: #ff0000;">&lt;script src=&#8217;</span><strong></strong><span style="color: #ff0000;"><strong></strong></span><span style="color: #ff0000;"><span style="color: #ff0000;">&#8216;</span></span><span style="color: #ff0000;">http://www.thetricks.net/blogger/blogger_comment_photos.js</span><span style="color: #ff0000;">&#8220;</span><span style="color: #ff0000;"> type=&#8217;text/javascript&#8217;/&gt;<br />
&lt;script type=&#8217;text/javascript&#8217;&gt;<br />
//&lt;![CDATA[<br />
addLoadEvent(function(){showCommentPhotos('commentphoto','comment-author', 1);});<br />
//]]&gt;<br />
&lt;/script&gt;</span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><strong>Step: 2 </strong>Find below code. </span></span></p>
<p><span style="color: #000080;">&lt;dl id=&#8217;comments-block&#8217;&gt;<br />
&lt;b:loop values=&#8217;data:post.comments&#8217; var=&#8217;comment&#8217;&gt;<br />
&lt;dt class=&#8217;comment-author&#8217; expr:id=&#8217;&#8221;comment-&#8221; + data:comment.id&#8217;&gt;<br />
&lt;a expr:name=&#8217;&#8221;comment-&#8221; + data:comment.id&#8217;/&gt;<br />
&lt;b:if cond=&#8217;data:comment.authorUrl&#8217;&gt;<br />
&lt;a expr:href=&#8217;data:comment.authorUrl&#8217; rel=&#8217;nofollow&#8217;&gt;&lt;data:comment.author/&gt;&lt;/a&gt;<br />
&lt;b:else/&gt;<br />
</span></p>
<p><span style="color: #000080;"><span style="color: #000000;">Add this line <span style="color: #ff0000;">&lt;div class=&#8217;commentphoto&#8217; style=&#8217;float:left;&#8217;/&gt;</span> after </span></span></p>
<p><span style="color: #0000ff;">&lt;dt class=&#8217;comment-author&#8217; expr:id=&#8217;&#8221;comment-&#8221; + data:comment.id&#8217;&gt;</span></p>
<p><span style="color: #000000;">You can change float:left to float right according to your choice.</span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><strong>Step 3:</strong> Find below code: You can find this code, if you follow above 7 line code.<br />
</span></span></p>
<p><span style="color: #000080;">&lt;dd class=&#8217;comment-footer&#8217;&gt;<br />
&lt;span class=&#8217;comment-timestamp&#8217;&gt;<br />
&lt;a expr:href=&#8217;&#8221;#comment-&#8221; + data:comment.id&#8217; title=&#8217;comment permalink&#8217;&gt;<br />
&lt;data:comment.timestamp/&gt;<br />
&lt;/a&gt;<br />
&lt;b:include data=&#8217;comment&#8217; name=&#8217;commentDeleteIcon&#8217;/&gt;<br />
&lt;/span&gt;</span><br />
<span style="color: #ff0000;">&lt;/dd&gt;</span><br />
<span style="color: #000080;">&lt;/b:loop&gt;<br />
&lt;/dl&gt;</span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Add this line <span style="color: #000080;">&lt;div style=&#8217;clear:both;&#8217;/&gt;</span> after red code<span style="color: #ff0000;"> &lt;/dd&gt;</span>.</span></span></p>
<p>Regular image size is 75 x 75. If want to change than you have to upload external .js file on your server and change it. Here is line if you want to change.</p>
<p><span style="color: #ff0000;">BloggerProfiles.imageWidth = <span style="color: #000080;">75</span>;<br />
BloggerProfiles.imageHeight =<span style="color: #000080;"> 75</span>;</span></p>
<p>For your purpose, I have uploaded some regular size.</p>
<p>For 100 x 100 use this link instead of <span style="color: #ff0000;">http://www.thetricks.net/blogger/blogger_comment_photos.js</span></p>
<p><span style="color: #000080;">http://www.thetricks.net/blogger/blogger_comment_photos100.js</span></p>
<p>For 125 x 125 use this link</p>
<p><span style="color: #000080;">http://www.thetricks.net/blogger/blogger_comment_photos125.js</span></p>
<p>I hope this will work for you.</p>
<p>Credit: <a href="http://singpolyma-tech.blogspot.com" target="_blank">Singpolyma</a></p>


<p>Related posts:<ol><li><a href='http://www.thetricks.net/2009/01/highlight-author-comment-in-blogger.html' rel='bookmark' title='Permanent Link: Highlight author Comment in blogger'>Highlight author Comment in blogger</a></li><li><a href='http://www.thetricks.net/2009/01/how-to-modify-comment-form.html' rel='bookmark' title='Permanent Link: How to Modify Comment Form&#8230;?'>How to Modify Comment Form&#8230;?</a></li><li><a href='http://www.thetricks.net/2009/01/embed-comment-form-below-post-in-blogger.html' rel='bookmark' title='Permanent Link: Embed Comment Form below post in Blogger'>Embed Comment Form below post in Blogger</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetricks.net/2010/01/show-commenter-photos-in-blogger.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Useful Wordpress Plugins for Blogger</title>
		<link>http://www.thetricks.net/2010/01/top-5-useful-wordpress-plugins-for-blogger.html</link>
		<comments>http://www.thetricks.net/2010/01/top-5-useful-wordpress-plugins-for-blogger.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:48:21 +0000</pubDate>
		<dc:creator>nandu patel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.thetricks.net/?p=409</guid>
		<description><![CDATA[<a href=http://www.thetricks.net/2010/01/top-5-useful-wordpress-plugins-for-blogger.html><img src=http://www.thebloguser.com/wp-content/uploads/2009/09/best-wordpress-plugins-300x154.jpg class=imgtfe hspace=5 align=left width=100  border=0></a><p></p><p style="text-align: justify;">Wordpress is SEO friendly version. Right now, most blogger choose  wordpress as their blog platform because of  Search Engine Optimization and Wordpress plugins . Wordpress-Plugins  is one of the best feature of wordpress. There are thousans of plugins but not all plugins are really useful to you. Then, you might think that which plugins I&#8230;</p>


Related posts:<ol><li><a href='http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html' rel='bookmark' title='Permanent Link: Personal Favicon – Wordpress Plugin'>Personal Favicon – Wordpress Plugin</a></li><li><a href='http://www.thetricks.net/2009/10/step-by-step-guild-to-install-self-hosted-wordpress.html' rel='bookmark' title='Permanent Link: Step by Step Guild to Install Self Hosted Wordpress'>Step by Step Guild to Install Self Hosted Wordpress</a></li><li><a href='http://www.thetricks.net/2009/10/why-did-i-move-to-wordpress.html' rel='bookmark' title='Permanent Link: Why did I move to Wordpress?'>Why did I move to Wordpress?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">Wordpress is SEO friendly version. Right now, most blogger choose  wordpress as their blog platform because of  Search Engine Optimization and Wordpress plugins . Wordpress-Plugins  is one of the best feature of wordpress. There are thousans of plugins but not all plugins are really useful to you. Then, you might think that which plugins I should use to make my blog little advance than other. Here are top 5 out of thousand from my point of view:</p>
<p style="text-align: center;"><a href="http://www.thebloguser.com/wp-content/uploads/2009/09/best-wordpress-plugins.jpg"><img class="size-medium wp-image-88    aligncenter" title="best-wordpress-plugins" src="http://www.thebloguser.com/wp-content/uploads/2009/09/best-wordpress-plugins-300x154.jpg" alt="best-wordpress-plugins" width="300" height="154" /></a></p>
<p style="text-align: justify;">1. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO</a>:</p>
<p style="text-align: justify;">Wordpress itself is friendly version of SEO but if we want to make it more search engine optimized than all blogger should have it. It give you many option to give particular shape to your blog such as Home title, Home description,  Home keyword and other keyword apart form category and tags.Here is image of plugins setting of my SEO pack:</p>
<p style="text-align: justify;"><a href="http://www.thebloguser.com/wp-content/uploads/2009/09/all-in-seo-settings.png"><img class="aligncenter size-medium wp-image-91" title="all-in-seo-settings" src="http://www.thebloguser.com/wp-content/uploads/2009/09/all-in-seo-settings-300x262.png" alt="all-in-seo-settings" width="300" height="262" /></a></p>
<p style="text-align: justify;">2. <a title="Tweetmeme" href="http://wordpress.org/extend/plugins/tweetmeme/" target="_blank">Tweetmeme</a>:</p>
<p style="text-align: justify;">One of the best plugin for twitter user. This plugins allow you and and visitors to twit any post. This plugin change regular url to shorten url. So, we don&#8217;t need to even short url. Here is image how its looks like when we activate it. It will looks like this:</p>
<p style="text-align: justify;"><a href="http://www.thebloguser.com/wp-content/uploads/2009/09/tweetmeme.png"><img class="aligncenter size-medium wp-image-93" title="tweetmeme" src="http://www.thebloguser.com/wp-content/uploads/2009/09/tweetmeme-300x45.png" alt="tweetmeme" width="300" height="45" /></a></p>
<p style="text-align: justify;">3. <a title="Contact form 7" href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact form 7</a>:</p>
<p style="text-align: justify;">Contact page is very important part of any blog user in either wordpress or blogger.com, because most user use contact form to contact the author of particular blog.</p>
<p style="text-align: justify;">I tried many contact form before this one, but I found this one very easy and nice for newbies and professional blogger. Some features of this plugins are Spam prevention,Human verification with CAPTCHA, Multiple contact from, file upload and accept term.  You can see live demo on my blog. <a title="Contact form 7" href="http://www.thebloguser.com/contact" target="_blank">Click here for Live Demo</a>.</p>
<p style="text-align: justify;">4.  <a title="Commentluv" href="http://wordpress.org/extend/plugins/commentluv/" target="_blank">Commentluv</a>:</p>
<p style="text-align: justify;">Comment is most important part for blogger to get opinion and credit for his work. So comment form has to be advance than regular one. Commentluv plug in show the latest post from the commenter&#8217;s blog, so some of blog user will post comment so next commenter can see the latest post of his blog and may visit his blog and he will also get more traffic. Here is image of how it looks:</p>
<p style="text-align: justify;"><a href="http://www.thebloguser.com/wp-content/uploads/2009/09/commentluv.png"><img class="aligncenter size-medium wp-image-95" title="commentluv" src="http://www.thebloguser.com/wp-content/uploads/2009/09/commentluv-300x120.png" alt="commentluv" width="300" height="120" /></a></p>
<p style="text-align: justify;">5. <a title="Add to any" href="http://wordpress.org/extend/plugins/add-to-any/" target="_blank">Add to Any: Share/Bookmark/Email Button</a>:</p>
<p style="text-align: justify;">This Plugins allow your visitors to submit that post to many social bookmarking site. This plugins also support email feature which will send email through Gmail, Yahoo, Hotmail, AOL. Here is image of how it looks..</p>
<p style="text-align: justify;"><a href="http://www.thebloguser.com/wp-content/uploads/2009/09/addtoany.png"><img class="aligncenter size-full wp-image-96" title="addtoany" src="http://www.thebloguser.com/wp-content/uploads/2009/09/addtoany.png" alt="addtoany" width="241" height="226" /></a>Here are most important plugins @ my point of view.</p>
<p style="text-align: justify;">
<blockquote><p>If you are using other than this plugins and think that this plugin is useful for blog user than please post in comment.</p></blockquote>


<p>Related posts:<ol><li><a href='http://www.thetricks.net/2010/01/personal-favicon-wordpress-plugin.html' rel='bookmark' title='Permanent Link: Personal Favicon – Wordpress Plugin'>Personal Favicon – Wordpress Plugin</a></li><li><a href='http://www.thetricks.net/2009/10/step-by-step-guild-to-install-self-hosted-wordpress.html' rel='bookmark' title='Permanent Link: Step by Step Guild to Install Self Hosted Wordpress'>Step by Step Guild to Install Self Hosted Wordpress</a></li><li><a href='http://www.thetricks.net/2009/10/why-did-i-move-to-wordpress.html' rel='bookmark' title='Permanent Link: Why did I move to Wordpress?'>Why did I move to Wordpress?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetricks.net/2010/01/top-5-useful-wordpress-plugins-for-blogger.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
