<?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: Latest Post from each Category plugin for WordPress</title>
	<atom:link href="http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:47:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-7/#comment-507739</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-507739</guid>
		<description>Is there any code I can add to this plugin that will also allow me to show the latest pages that have been posted instead of just the latest posts? My website contains only pages.</description>
		<content:encoded><![CDATA[<p>Is there any code I can add to this plugin that will also allow me to show the latest pages that have been posted instead of just the latest posts? My website contains only pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Fortino</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-7/#comment-507549</link>
		<dc:creator>Pat Fortino</dc:creator>
		<pubDate>Mon, 08 Mar 2010 05:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-507549</guid>
		<description>Never mind. Figured out how to move the date to beginning of sentence. Moved it to just before  start:

			$the_output .= &#039;&#039;;

		}

		
		if ($ddle_show_date) {
			$the_output .= date_i18n($ddle_date_format, strtotime($posts-&gt;post_date)) .&#039; - &#039; ; 
		}


		$the_output .= &#039;&lt;a&gt;ID) . &#039;&quot;&gt;&#039; . $posts-&gt;post_title . &#039;&lt;/a&gt;&#039;;</description>
		<content:encoded><![CDATA[<p>Never mind. Figured out how to move the date to beginning of sentence. Moved it to just before  start:</p>
<p>			$the_output .= &#8221;;</p>
<p>		}</p>
<p>		if ($ddle_show_date) {<br />
			$the_output .= date_i18n($ddle_date_format, strtotime($posts-&gt;post_date)) .&#8217; &#8211; &#8216; ;<br />
		}</p>
<p>		$the_output .= &#8216;<a>ID) . &#8216;&#8221;&gt;&#8217; . $posts-&gt;post_title . &#8216;</a>&#8216;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Fortino</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-7/#comment-507533</link>
		<dc:creator>Pat Fortino</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-507533</guid>
		<description>Hi. Great plugin. It does exactly what I want, but I can&#039;t figure out how to move the post date for beginning of sentence; eg
03-10-10 This is the Post Title

I found the code below on line 450. Any idea how to move date to beginning of sentence?

Thanks

if ($ddle_show_date) {
			date_i18n($ddle_date_format, strtotime($posts-&gt;post_date));
			$the_output .= &#039; - &#039; . date_i18n($ddle_date_format, strtotime($posts-&gt;post_date)); 
		}</description>
		<content:encoded><![CDATA[<p>Hi. Great plugin. It does exactly what I want, but I can&#8217;t figure out how to move the post date for beginning of sentence; eg<br />
03-10-10 This is the Post Title</p>
<p>I found the code below on line 450. Any idea how to move date to beginning of sentence?</p>
<p>Thanks</p>
<p>if ($ddle_show_date) {<br />
			date_i18n($ddle_date_format, strtotime($posts-&gt;post_date));<br />
			$the_output .= &#8216; &#8211; &#8216; . date_i18n($ddle_date_format, strtotime($posts-&gt;post_date));<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-7/#comment-507507</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Sun, 07 Mar 2010 18:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-507507</guid>
		<description>This looks very nice. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>This looks very nice. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miko?aj</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-7/#comment-507246</link>
		<dc:creator>Miko?aj</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-507246</guid>
		<description>Hi, would it be possible for this script to distinguish odd and even categories listed so that separate css class could be assigned? (in order f.ex. display categories in two rows).</description>
		<content:encoded><![CDATA[<p>Hi, would it be possible for this script to distinguish odd and even categories listed so that separate css class could be assigned? (in order f.ex. display categories in two rows).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deece</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-7/#comment-506210</link>
		<dc:creator>deece</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-506210</guid>
		<description>Hi There,

Firstly thanks heaps for this plugin! It is fantastic. I have managed to add a thumbanil using the code from Daiv. Thanks Daiv! Just wondering how I would link that thumbnail to the post please?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>Firstly thanks heaps for this plugin! It is fantastic. I have managed to add a thumbanil using the code from Daiv. Thanks Daiv! Just wondering how I would link that thumbnail to the post please?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-505607</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-505607</guid>
		<description>Is there a way, or a special code, to have this plugin working not just for the related category to the post but for an external one too? Let&#039;s say I want to call posts from category 3 inside a post of category 2, might this be possible?
HELP HELP HELP HELP HELP</description>
		<content:encoded><![CDATA[<p>Is there a way, or a special code, to have this plugin working not just for the related category to the post but for an external one too? Let&#8217;s say I want to call posts from category 3 inside a post of category 2, might this be possible?<br />
HELP HELP HELP HELP HELP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.P. Scanner</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-505569</link>
		<dc:creator>A.P. Scanner</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-505569</guid>
		<description>It worked on mine. For those whose attempts failed, perhaps you need to take another closer look at the instructions. If not, this could be a theme-specific issue.</description>
		<content:encoded><![CDATA[<p>It worked on mine. For those whose attempts failed, perhaps you need to take another closer look at the instructions. If not, this could be a theme-specific issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James M.</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-505566</link>
		<dc:creator>James M.</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-505566</guid>
		<description>Has anyone actually made this plugin work? This looks promising but all questions here seemed to have fallen on deaf ears.

Oh, well, there&#039;s only 1 way to find out. But I sure hate to waste time on something that won&#039;t work anyway.</description>
		<content:encoded><![CDATA[<p>Has anyone actually made this plugin work? This looks promising but all questions here seemed to have fallen on deaf ears.</p>
<p>Oh, well, there&#8217;s only 1 way to find out. But I sure hate to waste time on something that won&#8217;t work anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Tong Strömberg</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-504562</link>
		<dc:creator>Lars Tong Strömberg</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-504562</guid>
		<description>Seems to be same error for me as for @slm in comment 220 btw. Yes, I have made sure to include category IDs.</description>
		<content:encoded><![CDATA[<p>Seems to be same error for me as for @slm in comment 220 btw. Yes, I have made sure to include category IDs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Tong Strömberg</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-504559</link>
		<dc:creator>Lars Tong Strömberg</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-504559</guid>
		<description>Can´t get it to work unfortunately. Only get “&lt;code&gt;&lt;!-- ddlastfromeach --&gt;&lt;/code&gt;” as text when I paste the line in a post or a page although I have tried all kinds of configurations of the options.. :=(</description>
		<content:encoded><![CDATA[<p>Can´t get it to work unfortunately. Only get “<code>&lt;!-- ddlastfromeach --&gt;</code>” as text when I paste the line in a post or a page although I have tried all kinds of configurations of the options.. :=(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Tong Strömberg</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-504558</link>
		<dc:creator>Lars Tong Strömberg</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-504558</guid>
		<description>Can´t get it to work unfortunately. Only get &quot;&lt;!-- ddlastfromeach --&gt;&quot; as text when I paste the line in a post or a page although I have tried all kinds of configurations of the options.. :=(</description>
		<content:encoded><![CDATA[<p>Can´t get it to work unfortunately. Only get &#8220;<!-- ddlastfromeach -->&#8221; as text when I paste the line in a post or a page although I have tried all kinds of configurations of the options.. :=(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-504499</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Wed, 20 Jan 2010 04:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-504499</guid>
		<description>Can I use this in widgets?</description>
		<content:encoded><![CDATA[<p>Can I use this in widgets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-504147</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Sat, 16 Jan 2010 00:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-504147</guid>
		<description>Hello, 

Thanks for the awesome plugin. But I&#039;ve a question how can I remove the category name from appearing in the page?!</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thanks for the awesome plugin. But I&#8217;ve a question how can I remove the category name from appearing in the page?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-503964</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 12 Jan 2010 23:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-503964</guid>
		<description>I sure wish that I could set the options for this plugin within the calling page, rather than setting one-size-fits-all options in the control panel.</description>
		<content:encoded><![CDATA[<p>I sure wish that I could set the options for this plugin within the calling page, rather than setting one-size-fits-all options in the control panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-503138</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-503138</guid>
		<description>I&#039;m getting the same issue as others. It won&#039;t let me upload the plugin. I&#039;m getting an &quot;Incompatible archive PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature&quot; error. I did a little reading, it seems like it may just be a bug with the latest wordpress version? Hopefully things get fixed, this plugin seems to be just what I need.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same issue as others. It won&#8217;t let me upload the plugin. I&#8217;m getting an &#8220;Incompatible archive PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature&#8221; error. I did a little reading, it seems like it may just be a bug with the latest wordpress version? Hopefully things get fixed, this plugin seems to be just what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-500260</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-500260</guid>
		<description>My categories have a hierarchy that I&#039;d like to maintain.  For instance:
Press Releases
  -Company News
  -Events
  -etc.

I cannot find in the configuration how to preserve that.  What my page results in is:
* Company News
* Events
* Press Releases.

If I have several parent categories with a bunch of subcategories, the list becomes not easily scannable by the user.  

Am I missing something?

Thanks!
-ron</description>
		<content:encoded><![CDATA[<p>My categories have a hierarchy that I&#8217;d like to maintain.  For instance:<br />
Press Releases<br />
  -Company News<br />
  -Events<br />
  -etc.</p>
<p>I cannot find in the configuration how to preserve that.  What my page results in is:<br />
* Company News<br />
* Events<br />
* Press Releases.</p>
<p>If I have several parent categories with a bunch of subcategories, the list becomes not easily scannable by the user.  </p>
<p>Am I missing something?</p>
<p>Thanks!<br />
-ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maremon</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-499521</link>
		<dc:creator>Maremon</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-499521</guid>
		<description>I have a problem. Plugin cannot be activated. Can you help me pls?

Warning: Unexpected character in input: &#039;\&#039; (ASCII=92) state=1 in /home/vol9/phpzilla.net/phpz_XXXXXXX/mysite.com/htdocs/wp-content/plugins/dd-lastest-from-each.php on line 2

Thank you.</description>
		<content:encoded><![CDATA[<p>I have a problem. Plugin cannot be activated. Can you help me pls?</p>
<p>Warning: Unexpected character in input: &#8216;\&#8217; (ASCII=92) state=1 in /home/vol9/phpzilla.net/phpz_XXXXXXX/mysite.com/htdocs/wp-content/plugins/dd-lastest-from-each.php on line 2</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeniph</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-499019</link>
		<dc:creator>Zeniph</dc:creator>
		<pubDate>Wed, 04 Nov 2009 00:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-499019</guid>
		<description>Cant get it going in wordpress 2.8.5  - pluggin simply doesnt seem to register.

Anyone else have same issue?</description>
		<content:encoded><![CDATA[<p>Cant get it going in wordpress 2.8.5  &#8211; pluggin simply doesnt seem to register.</p>
<p>Anyone else have same issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gangster70</title>
		<link>http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/comment-page-6/#comment-498101</link>
		<dc:creator>Gangster70</dc:creator>
		<pubDate>Fri, 23 Oct 2009 11:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/#comment-498101</guid>
		<description>I put in some time at a military base next to some hills. ,</description>
		<content:encoded><![CDATA[<p>I put in some time at a military base next to some hills. ,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
