<?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: Improve your Recent Posts</title>
	<atom:link href="http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Steve Bruner</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316756</link>
		<dc:creator>Steve Bruner</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316756</guid>
		<description>Wish there was a Preview button.... </description>
		<content:encoded><![CDATA[<p>Wish there was a Preview button&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bruner</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316755</link>
		<dc:creator>Steve Bruner</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316755</guid>
		<description>whoop!  Let&#039;s try that again: 
 
&lt;code&gt; 
ID; 
$myposts = get_posts(&#039;numberposts=1&amp;category_name=featured&amp;exclude=&#039;.$postid); 
foreach($myposts as $post) :   
?&gt;  
Featured Article: 
&lt;div id=&quot;post-&quot; class=&quot;featured&quot;&gt; 
&lt;a href=&quot;&quot; title= 
 
 
&lt;/code&gt; </description>
		<content:encoded><![CDATA[<p>whoop!  Let&#39;s try that again:</p>
<p>&lt;code&gt;</p>
<p>ID;</p>
<p>$myposts = get_posts(&#39;numberposts=1&amp;category_name=featured&amp;exclude=&#39;.$postid);</p>
<p>foreach($myposts as $post) :  </p>
<p>?&gt; </p>
<p>Featured Article:</p>
<p>&lt;div id=&quot;post-&quot; class=&quot;featured&quot;&gt;</p>
<p>&lt;a href=&quot;&quot; title=</p>
<p>&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bruner</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316754</link>
		<dc:creator>Steve Bruner</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316754</guid>
		<description>Sarah, 
 
Thank you for your help.  With a few edits, I was able to create a great featured area.  Here&#039;s the code if anyone else needs it: 
 
&lt;code&gt; 
ID; 
$myposts = get_posts(&#039;numberposts=1&amp;category_name=featured&amp;exclude=&#039;.$postid);   
foreach($myposts as $post) :   
?&gt;  
&lt;div id=&quot;post-&quot; class=&quot;featured&quot;&gt; 
				&lt;a href=&quot;&quot; title= 
 
 
&lt;/code&gt; </description>
		<content:encoded><![CDATA[<p>Sarah,</p>
<p>Thank you for your help.  With a few edits, I was able to create a great featured area.  Here&#39;s the code if anyone else needs it:</p>
<p>&lt;code&gt;</p>
<p>ID;</p>
<p>$myposts = get_posts(&#39;numberposts=1&amp;category_name=featured&amp;exclude=&#39;.$postid);  </p>
<p>foreach($myposts as $post) :  </p>
<p>?&gt; </p>
<p>&lt;div id=&quot;post-&quot; class=&quot;featured&quot;&gt;</p>
<p>				&lt;a href=&quot;&quot; title=</p>
<p>&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nihar</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316752</link>
		<dc:creator>Nihar</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316752</guid>
		<description>Sarah, Thank you very much for this wonderful tip. I will implement this. I noticed this feature when i was reading rarst blog. I found this link from him. </description>
		<content:encoded><![CDATA[<p>Sarah, Thank you very much for this wonderful tip. I will implement this. I noticed this feature when i was reading rarst blog. I found this link from him.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316685</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 18 Jan 2009 05:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316685</guid>
		<description>Hi Steve, what you&#039;ll need to do is check the category ID of the single post against the ID of your featured category. If they match then don&#039;t display the featured article details. 
 
The code you need is above but let me know if you&#039;re not sure how to approach it. </description>
		<content:encoded><![CDATA[<p>Hi Steve, what you&#39;ll need to do is check the category ID of the single post against the ID of your featured category. If they match then don&#39;t display the featured article details.</p>
<p>The code you need is above but let me know if you&#39;re not sure how to approach it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316438</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316438</guid>
		<description>Sarah, 
 
Everytime I have an issue I Google it, and your website comes up! 
 
This is a great article.  I&#039;d like to add a tweak. 
 
I have a category called &quot;Featured&quot; that allows me to feature and article on the front page... essentially a sticky.  When you go to a Single post, I show the feature article below the Single post to encourage clicking. 
 
Here&#039;s the question:  I don&#039;t want to show the featured article under the single post when the single post IS the featured article. 
 
Thank you ! 
 
Steve </description>
		<content:encoded><![CDATA[<p>Sarah,</p>
<p>Everytime I have an issue I Google it, and your website comes up!</p>
<p>This is a great article.  I&#39;d like to add a tweak.</p>
<p>I have a category called &quot;Featured&quot; that allows me to feature and article on the front page&#8230; essentially a sticky.  When you go to a Single post, I show the feature article below the Single post to encourage clicking.</p>
<p>Here&#39;s the question:  I don&#39;t want to show the featured article under the single post when the single post IS the featured article.</p>
<p>Thank you !</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Edell</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316435</link>
		<dc:creator>Dennis Edell</dc:creator>
		<pubDate>Tue, 13 Jan 2009 12:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316435</guid>
		<description>Thanks much Sarah, I&#039;ve downloaded it and will send the files to Andy (commentluv creator) for verification. I&#039;ll let you know how it goes. 
 
It does say compatible up to 2.3, but I trust you have already installed it on a higher blog. </description>
		<content:encoded><![CDATA[<p>Thanks much Sarah, I&#39;ve downloaded it and will send the files to Andy (commentluv creator) for verification. I&#39;ll let you know how it goes.</p>
<p>It does say compatible up to 2.3, but I trust you have already installed it on a higher blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316429</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316429</guid>
		<description>Dennis, changing your plugin is the easiest solution. I don&#039;t know what is compatible with Comment Luv however the plugin I use is at &lt;a href=&quot;http://blog.jodies.de/archiv/2004/11/13/recent-comments/&quot; rel=&quot;nofollow&quot;&gt;http://blog.jodies.de/archiv/2004/11/13/recent-co...&lt;/a&gt; which will allow you to control it a lot more and remove names if you wish. </description>
		<content:encoded><![CDATA[<p>Dennis, changing your plugin is the easiest solution. I don&#39;t know what is compatible with Comment Luv however the plugin I use is at <a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" rel="nofollow">http://blog.jodies.de/archiv/2004/11/13/recent-co&#8230;</a> which will allow you to control it a lot more and remove names if you wish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura-Whateverebay</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316415</link>
		<dc:creator>Laura-Whateverebay</dc:creator>
		<pubDate>Mon, 12 Jan 2009 12:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316415</guid>
		<description>This is great tutorial, I just changed my theme and need to fix some bugs  lol..... This is great information, I can use for my other blogs. </description>
		<content:encoded><![CDATA[<p>This is great tutorial, I just changed my theme and need to fix some bugs  lol&#8230;.. This is great information, I can use for my other blogs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard@Chester NJ P</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316414</link>
		<dc:creator>Bernard@Chester NJ P</dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316414</guid>
		<description>What a nice post! Thank you so much for the advice and ideas that I found here that I might use. </description>
		<content:encoded><![CDATA[<p>What a nice post! Thank you so much for the advice and ideas that I found here that I might use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Edell</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316410</link>
		<dc:creator>Dennis Edell</dc:creator>
		<pubDate>Mon, 12 Jan 2009 10:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316410</guid>
		<description>OK it appears the only edits I can make within my plugin are Title and Comment Count, not names....any suggestions? 
 
I&#039;m not adverse to switching plugins (as long as it stays compatible with CommentLuv) but I would really rather not hack the core code.....if this is necessary, please be as explicit, yet simple as possible. LOL </description>
		<content:encoded><![CDATA[<p>OK it appears the only edits I can make within my plugin are Title and Comment Count, not names&#8230;.any suggestions?</p>
<p>I&#39;m not adverse to switching plugins (as long as it stays compatible with CommentLuv) but I would really rather not hack the core code&#8230;..if this is necessary, please be as explicit, yet simple as possible. LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Strategies</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316409</link>
		<dc:creator>SEO Strategies</dc:creator>
		<pubDate>Mon, 12 Jan 2009 10:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316409</guid>
		<description>Good post, Now I am thinking to follow your ideas for my blog. </description>
		<content:encoded><![CDATA[<p>Good post, Now I am thinking to follow your ideas for my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilahiler dinle</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316407</link>
		<dc:creator>ilahiler dinle</dc:creator>
		<pubDate>Mon, 12 Jan 2009 09:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316407</guid>
		<description>It is realy super... 
thanks </description>
		<content:encoded><![CDATA[<p>It is realy super&#8230;</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316405</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316405</guid>
		<description>Hi Dennis, 
 
Recent comments are usually managed by a plugin so there would be a different solution for each plugin. However, I know for my own recent comments plugin I change the template under the settings to control what is displayed, similar to what Kevin suggested. </description>
		<content:encoded><![CDATA[<p>Hi Dennis,</p>
<p>Recent comments are usually managed by a plugin so there would be a different solution for each plugin. However, I know for my own recent comments plugin I change the template under the settings to control what is displayed, similar to what Kevin suggested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Muldoon</title>
		<link>http://www.bloggingtips.com/2009/01/11/improve-your-recent-posts/#comment-316400</link>
		<dc:creator>Kevin Muldoon</dc:creator>
		<pubDate>Sun, 11 Jan 2009 22:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5123#comment-316400</guid>
		<description>Very nice mod Sarah. I think I will remove the current post from the listing but leave them all on the home page. 
 
Dennis - I&#039;m sure a few recent comment plugins allow you to do this in the plugin settings. Not sure if you have hard coded it though. </description>
		<content:encoded><![CDATA[<p>Very nice mod Sarah. I think I will remove the current post from the listing but leave them all on the home page.</p>
<p>Dennis &#8211; I&#39;m sure a few recent comment plugins allow you to do this in the plugin settings. Not sure if you have hard coded it though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

