<?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: WordPress Recent Comments with Excerpt and Gravatar	</title>
	<atom:link href="https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/feed/" rel="self" type="application/rss+xml" />
	<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/</link>
	<description>Developer of Custom WordPress Themes &#38; Templates, HTML/CSS</description>
	<lastBuildDate>Tue, 22 Nov 2022 16:21:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Troy Douglas		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-20334</link>

		<dc:creator><![CDATA[Troy Douglas]]></dc:creator>
		<pubDate>Fri, 06 Dec 2019 11:34:50 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-20334</guid>

					<description><![CDATA[Thanks works like a charm]]></description>
			<content:encoded><![CDATA[<p>Thanks works like a charm</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lukov		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-16104</link>

		<dc:creator><![CDATA[Lukov]]></dc:creator>
		<pubDate>Tue, 15 Aug 2017 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-16104</guid>

					<description><![CDATA[clear and simple THN!!!!]]></description>
			<content:encoded><![CDATA[<p>clear and simple THN!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: acul		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-311</link>

		<dc:creator><![CDATA[acul]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 14:13:01 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-311</guid>

					<description><![CDATA[thx 4 the code. im really looking for this.

by the way. how do i remove author post comment...?]]></description>
			<content:encoded><![CDATA[<p>thx 4 the code. im really looking for this.</p>
<p>by the way. how do i remove author post comment&#8230;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian Mecham		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-183</link>

		<dc:creator><![CDATA[Brian Mecham]]></dc:creator>
		<pubDate>Fri, 12 Aug 2011 23:13:41 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-183</guid>

					<description><![CDATA[@Simon, you may have to modify this part of the css code to fit with your specific WordPress Theme: &quot;#main .widget-area ul ul.recomm&quot; because your theme might be using a different id and class for that area.

Try changing &quot;#main .widget-area ul ul.recomm&quot; to &quot;ul.recomm&quot;]]></description>
			<content:encoded><![CDATA[<p>@Simon, you may have to modify this part of the css code to fit with your specific WordPress Theme: &#8220;#main .widget-area ul ul.recomm&#8221; because your theme might be using a different id and class for that area.</p>
<p>Try changing &#8220;#main .widget-area ul ul.recomm&#8221; to &#8220;ul.recomm&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian Mecham		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-182</link>

		<dc:creator><![CDATA[Brian Mecham]]></dc:creator>
		<pubDate>Fri, 12 Aug 2011 22:56:33 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-182</guid>

					<description><![CDATA[@Luigi, I did a test and copied the code as is into my single.php to make the recent comments show above the posts and it worked just fine.]]></description>
			<content:encoded><![CDATA[<p>@Luigi, I did a test and copied the code as is into my single.php to make the recent comments show above the posts and it worked just fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Uchan		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-180</link>

		<dc:creator><![CDATA[Uchan]]></dc:creator>
		<pubDate>Sun, 07 Aug 2011 13:38:57 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-180</guid>

					<description><![CDATA[Thanks a lot, it works on my blog :D]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot, it works on my blog 😀</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-179</link>

		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Wed, 03 Aug 2011 22:13:31 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-179</guid>

					<description><![CDATA[Thank you so much for sharing this! I&#039;m currently using Disqus and although they allowed me to create a recent comments widget to my sidebar, the text would get misaligned and I could never get it to look the way I wanted it. Your PHP code here is pretty much exactly what I wanted.

Is there a way to remove the bullet points? I tried appending !important next to list-style but it didn&#039;t work. Could be my theme though.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much for sharing this! I&#8217;m currently using Disqus and although they allowed me to create a recent comments widget to my sidebar, the text would get misaligned and I could never get it to look the way I wanted it. Your PHP code here is pretty much exactly what I wanted.</p>
<p>Is there a way to remove the bullet points? I tried appending !important next to list-style but it didn&#8217;t work. Could be my theme though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luigi		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-178</link>

		<dc:creator><![CDATA[Luigi]]></dc:creator>
		<pubDate>Thu, 28 Jul 2011 22:02:00 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-178</guid>

					<description><![CDATA[Me again :)

I also would like the link to go on the author&#039;s comment and not on the post. I may be asking too much, sorry if I do but I&#039;m new to PHP and I&#039;m still learning *humble*

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Me again 🙂</p>
<p>I also would like the link to go on the author&#8217;s comment and not on the post. I may be asking too much, sorry if I do but I&#8217;m new to PHP and I&#8217;m still learning *humble*</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luigi		</title>
		<link>https://brmecham.com/wordpress-recent-comments-with-excerpt-and-gravatar/#comment-177</link>

		<dc:creator><![CDATA[Luigi]]></dc:creator>
		<pubDate>Thu, 28 Jul 2011 21:57:57 +0000</pubDate>
		<guid isPermaLink="false">https://brmecham.com/?p=133#comment-177</guid>

					<description><![CDATA[Hi Brian, thanks for this great snippet! Although I have a request: I would like to show the latest comment posted on a post on top of that post. The comments are shown at the end of the post but I want to also show the latest one below the post title.

I tried to modify your code but with no result so far... If you think you can help me on that, it would be awesome! Thanks a lot! :)]]></description>
			<content:encoded><![CDATA[<p>Hi Brian, thanks for this great snippet! Although I have a request: I would like to show the latest comment posted on a post on top of that post. The comments are shown at the end of the post but I want to also show the latest one below the post title.</p>
<p>I tried to modify your code but with no result so far&#8230; If you think you can help me on that, it would be awesome! Thanks a lot! 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
