<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get Recent Comment with Gravatar without plugin</title>
	<atom:link href="http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/</link>
	<description>Daily The Best WordPress Tricks and WordPress Tips to make your WordPress nice</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Reading up on &#8220;comments&#8221; again &#171; Feet up, eyes closed, head back</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-13843</link>
		<dc:creator>Reading up on &#8220;comments&#8221; again &#171; Feet up, eyes closed, head back</dc:creator>
		<pubDate>Tue, 14 Jun 2011 18:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-13843</guid>
		<description>[...] Get Recent Comment with Gravatar without plugin / WordPress Tricks &amp; Tips. [...]</description>
		<content:encoded><![CDATA[<p>[...] Get Recent Comment with Gravatar without plugin / WordPress Tricks &amp; Tips. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Tricks</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-13168</link>
		<dc:creator>WP Tricks</dc:creator>
		<pubDate>Fri, 06 May 2011 11:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-13168</guid>
		<description>Thanks you...</description>
		<content:encoded><![CDATA[<p>Thanks you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-13148</link>
		<dc:creator>Jonny</dc:creator>
		<pubDate>Thu, 05 May 2011 10:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-13148</guid>
		<description>For those of you that are having problems defining a custom excerpt length, I&#039;ve got a solution for the second method!

Add this to the first php block:
&lt;code&gt;$length = 40; // adjust to needed length
$thiscomment = $comm-&gt;comment_content;
if ( strlen($thiscomment) &gt; $length ) {
    $thiscomment = substr($thiscomment,0,$length);
    $thiscomment = $thiscomment .&#039; ...&#039;;
}&lt;/code&gt;

Then instead of using:
&lt;code&gt;echo $comm-&gt;comment_content;&lt;/code&gt;

Use:
&lt;code&gt;echo $thiscomment;&lt;/code&gt;

Hope this helps everyone! :)</description>
		<content:encoded><![CDATA[<p>For those of you that are having problems defining a custom excerpt length, I&#8217;ve got a solution for the second method!</p>
<p>Add this to the first php block:<br />
<code>$length = 40; // adjust to needed length<br />
$thiscomment = $comm-&gt;comment_content;<br />
if ( strlen($thiscomment) &gt; $length ) {<br />
    $thiscomment = substr($thiscomment,0,$length);<br />
    $thiscomment = $thiscomment .' ...';<br />
}</code></p>
<p>Then instead of using:<br />
<code>echo $comm-&gt;comment_content;</code></p>
<p>Use:<br />
<code>echo $thiscomment;</code></p>
<p>Hope this helps everyone! <img src='http://static.wptricks.net/_w/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prahalad</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-12746</link>
		<dc:creator>prahalad</dc:creator>
		<pubDate>Tue, 19 Apr 2011 04:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-12746</guid>
		<description>this works g8, i was fed up with many plugins and got frustrated..this is awesome...some help i needed in this if u can...Can u tell me how to get the comment limited characters...it is displaying full comment...i want it to be limited characters..plz tell me where to change the code....</description>
		<content:encoded><![CDATA[<p>this works g8, i was fed up with many plugins and got frustrated..this is awesome&#8230;some help i needed in this if u can&#8230;Can u tell me how to get the comment limited characters&#8230;it is displaying full comment&#8230;i want it to be limited characters..plz tell me where to change the code&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Automatically Refuse Comment without Plugin &#124; WordPress News Wire</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-10197</link>
		<dc:creator>How To Automatically Refuse Comment without Plugin &#124; WordPress News Wire</dc:creator>
		<pubDate>Sat, 22 Jan 2011 06:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-10197</guid>
		<description>[...] Get Recent Comment with Gravatar without plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] Get Recent Comment with Gravatar without plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duyhen</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-9389</link>
		<dc:creator>duyhen</dc:creator>
		<pubDate>Sun, 02 Jan 2011 01:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-9389</guid>
		<description>thanks, i done it, but how to want to abstract comment?</description>
		<content:encoded><![CDATA[<p>thanks, i done it, but how to want to abstract comment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duyhen</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-9388</link>
		<dc:creator>duyhen</dc:creator>
		<pubDate>Sun, 02 Jan 2011 00:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-9388</guid>
		<description>into end sidebar.php,  display same your site not, display content</description>
		<content:encoded><![CDATA[<p>into end sidebar.php,  display same your site not, display content</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP Tricks</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-9386</link>
		<dc:creator>WP Tricks</dc:creator>
		<pubDate>Sat, 01 Jan 2011 23:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-9386</guid>
		<description>Put it on &lt;code&gt;sidebar.php&lt;/code&gt; and your are done..</description>
		<content:encoded><![CDATA[<p>Put it on <code>sidebar.php</code> and your are done..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duyhen</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-9373</link>
		<dc:creator>duyhen</dc:creator>
		<pubDate>Sat, 01 Jan 2011 17:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-9373</guid>
		<description>i want to display same your site, where do i put code into sidebar</description>
		<content:encoded><![CDATA[<p>i want to display same your site, where do i put code into sidebar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andra</title>
		<link>http://wptricks.net/get-recent-comment-with-gravatar-without-plugin/#comment-9326</link>
		<dc:creator>andra</dc:creator>
		<pubDate>Fri, 31 Dec 2010 07:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://wptricks.net/?p=69#comment-9326</guid>
		<description>Very nice scipt,  yesterday I trying this script, very useful. Thank&#039;s</description>
		<content:encoded><![CDATA[<p>Very nice scipt,  yesterday I trying this script, very useful. Thank&#8217;s</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (User agent is rejected)
Database Caching 2/7 queries in 0.003 seconds using disk
Object Caching 690/690 objects using disk
Content Delivery Network via static.wptricks.net

Served from: wptricks.net @ 2012-02-12 18:58:53 -->
