<?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: WP Plugin: Latest Posts by Category Archive</title>
	<atom:link href="http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/</link>
	<description>Visit Blogsessive for daily WordPress blogging tips.</description>
	<lastBuildDate>Sat, 07 Apr 2012 20:31:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Patzman</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413977</link>
		<dc:creator>Patzman</dc:creator>
		<pubDate>Wed, 07 Mar 2012 22:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413977</guid>
		<description>ok.. found another Solution! 

That Works! For dateformat DD.MM.YYYY just replace:

$thedate = ”.apply_filters(‘the_date’,substr($postinfo-&gt;post_date,0,10)).”;

With this:

$date =  apply_filters(&#039;the_date&#039;,substr($postinfo-&gt;post_date,0,10));
$thedate = date(&quot;d.m.Y &quot;, strToTime($thedate));</description>
		<content:encoded><![CDATA[<p>ok.. found another Solution! </p>
<p>That Works! For dateformat DD.MM.YYYY just replace:</p>
<p>$thedate = ”.apply_filters(‘the_date’,substr($postinfo-&gt;post_date,0,10)).”;</p>
<p>With this:</p>
<p>$date =  apply_filters(&#8216;the_date&#8217;,substr($postinfo-&gt;post_date,0,10));<br />
$thedate = date(&#8220;d.m.Y &#8220;, strToTime($thedate));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patzman</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413976</link>
		<dc:creator>Patzman</dc:creator>
		<pubDate>Wed, 07 Mar 2012 21:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413976</guid>
		<description>Sorry, this code just pints out the date of the day :(</description>
		<content:encoded><![CDATA[<p>Sorry, this code just pints out the date of the day <img src='http://blogsessive.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patzman</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413966</link>
		<dc:creator>Patzman</dc:creator>
		<pubDate>Tue, 06 Mar 2012 20:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413966</guid>
		<description>I&#039;ve experimented for a couple of hours and finally I have the solution for the conversion of the date in a German date format.

Basically replace this (somewhere on line 220):

if ($date == true) {
$thedate = &#039;&#039;.apply_filters(&#039;the_date&#039;,substr($postinfo-&gt;post_date,0,10)).&#039;&#039;;

with this:

$thedate = &#039; – &#039;.date_i18n( &#039;j. F Y&#039;, strtotime( $post-&gt;post_date ) );</description>
		<content:encoded><![CDATA[<p>I&#8217;ve experimented for a couple of hours and finally I have the solution for the conversion of the date in a German date format.</p>
<p>Basically replace this (somewhere on line 220):</p>
<p>if ($date == true) {<br />
$thedate = &#8221;.apply_filters(&#8216;the_date&#8217;,substr($postinfo-&gt;post_date,0,10)).&#8221;;</p>
<p>with this:</p>
<p>$thedate = &#8216; – &#8216;.date_i18n( &#8216;j. F Y&#8217;, strtotime( $post-&gt;post_date ) );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413957</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 06 Mar 2012 17:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413957</guid>
		<description>This is awesome. It worked perfectly for what we needed to show (via shortcode) a small snippet from the most recent News &amp; Events post. 

Searched high and low and only found widget plugins or PHP template inserts which didn&#039;t help me at all. 

Thank you so much for such a great plugin. Very customizable and very thorough shortcode instructions.</description>
		<content:encoded><![CDATA[<p>This is awesome. It worked perfectly for what we needed to show (via shortcode) a small snippet from the most recent News &amp; Events post. </p>
<p>Searched high and low and only found widget plugins or PHP template inserts which didn&#8217;t help me at all. </p>
<p>Thank you so much for such a great plugin. Very customizable and very thorough shortcode instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trouble</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413482</link>
		<dc:creator>trouble</dc:creator>
		<pubDate>Thu, 26 Jan 2012 21:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413482</guid>
		<description>Hi All,

first of all i am not really PHP expert.

I am working on a blog website.

On home page they are looking for recent post to show up.
on archive page it should be all the collection.

I was wondering is there any how i can make categories to get data from recent post (which is on the home page) also same content on the archive.
Please see:
http://postimage.org/image/bm7ugu9wj/

Here is how i am thinking of getting post from archive and showing it on home page. 

Please give me any help will be appreciated.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>first of all i am not really PHP expert.</p>
<p>I am working on a blog website.</p>
<p>On home page they are looking for recent post to show up.<br />
on archive page it should be all the collection.</p>
<p>I was wondering is there any how i can make categories to get data from recent post (which is on the home page) also same content on the archive.<br />
Please see:<br />
<a href="http://postimage.org/image/bm7ugu9wj/" rel="nofollow">http://postimage.org/image/bm7ugu9wj/</a></p>
<p>Here is how i am thinking of getting post from archive and showing it on home page. </p>
<p>Please give me any help will be appreciated.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Missy Harding</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413434</link>
		<dc:creator>Missy Harding</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413434</guid>
		<description>Is there a way ad a picture thumbnail to the list?  i&#039;m archiving craft/sewing projects and people like to be able to see a picture of what each thing looks like.</description>
		<content:encoded><![CDATA[<p>Is there a way ad a picture thumbnail to the list?  i&#8217;m archiving craft/sewing projects and people like to be able to see a picture of what each thing looks like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiningallspark</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-413426</link>
		<dc:creator>shiningallspark</dc:creator>
		<pubDate>Mon, 23 Jan 2012 04:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-413426</guid>
		<description>oh it&#039;s great plugin. Credit to you. IT WORKS</description>
		<content:encoded><![CDATA[<p>oh it&#8217;s great plugin. Credit to you. IT WORKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micke</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-412938</link>
		<dc:creator>Micke</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-412938</guid>
		<description>Exactly what I needed.
The only thing that could be better is that I only can add one widget. I would like to have this widget in more sidebars, but once added it disapears from the list of avalible widgets. This is the only plugin which widget I know of that only can be used at one place at the time. Could be wort fixing if you ever decide to update it.
/M</description>
		<content:encoded><![CDATA[<p>Exactly what I needed.<br />
The only thing that could be better is that I only can add one widget. I would like to have this widget in more sidebars, but once added it disapears from the list of avalible widgets. This is the only plugin which widget I know of that only can be used at one place at the time. Could be wort fixing if you ever decide to update it.<br />
/M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-411829</link>
		<dc:creator>Fabrizio</dc:creator>
		<pubDate>Wed, 09 Nov 2011 00:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-411829</guid>
		<description>Hi, congratulations for the plugin.
I have a question.
if I wanted to see also the author of the post?
how can I do?
thanks again</description>
		<content:encoded><![CDATA[<p>Hi, congratulations for the plugin.<br />
I have a question.<br />
if I wanted to see also the author of the post?<br />
how can I do?<br />
thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Tips to Make Your WordPress Blog Outstanding &#045; JustAnART</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-411675</link>
		<dc:creator>10 Tips to Make Your WordPress Blog Outstanding &#045; JustAnART</dc:creator>
		<pubDate>Wed, 26 Oct 2011 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-411675</guid>
		<description>[...] for blogs, landing pages, 404 pages and even special archive pages. Check out the WP Plugin: Latest Posts by Category Archive if you want to generate such an [...]</description>
		<content:encoded><![CDATA[<p>[...] for blogs, landing pages, 404 pages and even special archive pages. Check out the WP Plugin: Latest Posts by Category Archive if you want to generate such an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janne</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-411244</link>
		<dc:creator>Janne</dc:creator>
		<pubDate>Fri, 30 Sep 2011 08:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-411244</guid>
		<description>Great Plugin!
But, one question:
Is it right that it dosen&#039;t show &quot;private&quot; posts? Ok, when you are not logged in it&#039;s right. But when you are logged in, shouldn&#039;t it show the private ones too?
Janne</description>
		<content:encoded><![CDATA[<p>Great Plugin!<br />
But, one question:<br />
Is it right that it dosen&#8217;t show &#8220;private&#8221; posts? Ok, when you are not logged in it&#8217;s right. But when you are logged in, shouldn&#8217;t it show the private ones too?<br />
Janne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex, Blogsessive</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-411222</link>
		<dc:creator>Alex, Blogsessive</dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-411222</guid>
		<description>@Cactus, you might want to check the tutorial linked in the beginning of this post.

@MDS, if you look closely at the end of the post there&#039;s a &quot;live demo&quot; of the plugin which works perfectly, so the answer is &quot;Yes, it works.&quot;</description>
		<content:encoded><![CDATA[<p>@Cactus, you might want to check the tutorial linked in the beginning of this post.</p>
<p>@MDS, if you look closely at the end of the post there&#8217;s a &#8220;live demo&#8221; of the plugin which works perfectly, so the answer is &#8220;Yes, it works.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: movie download sites</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-411221</link>
		<dc:creator>movie download sites</dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-411221</guid>
		<description>your last update was in 2009, does the plugin still work, thanks</description>
		<content:encoded><![CDATA[<p>your last update was in 2009, does the plugin still work, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress: letzte Artikel einer Kategorie &#124; WordPress &#38; Webwork</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-411038</link>
		<dc:creator>WordPress: letzte Artikel einer Kategorie &#124; WordPress &#38; Webwork</dc:creator>
		<pubDate>Thu, 08 Sep 2011 18:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-411038</guid>
		<description>[...] Wem das alles zu unkomfortabel ist, der kann hierbei auf Plugins zurückgreifen. Zum einen wäre dies Category Posts Widget und zum anderen wäre dies Latest Posts by Category Archive. [...]</description>
		<content:encoded><![CDATA[<p>[...] Wem das alles zu unkomfortabel ist, der kann hierbei auf Plugins zurückgreifen. Zum einen wäre dies Category Posts Widget und zum anderen wäre dies Latest Posts by Category Archive. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cactus</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-410859</link>
		<dc:creator>Cactus</dc:creator>
		<pubDate>Fri, 26 Aug 2011 05:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-410859</guid>
		<description>How to call into a theme? i want show it in my homepage below the content area, not in the sidebar or in the post/page</description>
		<content:encoded><![CDATA[<p>How to call into a theme? i want show it in my homepage below the content area, not in the sidebar or in the post/page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cobra iRadar</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-410800</link>
		<dc:creator>Cobra iRadar</dc:creator>
		<pubDate>Fri, 19 Aug 2011 22:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-410800</guid>
		<description>Many thanks for plugin.</description>
		<content:encoded><![CDATA[<p>Many thanks for plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ginoize</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-410743</link>
		<dc:creator>Ginoize</dc:creator>
		<pubDate>Fri, 12 Aug 2011 19:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-410743</guid>
		<description>To match your current time format, as a few examples above didn&#039;t qork for me, here is my solution, thanks to above poster Canton Becker:

{
$mydate = substr($postinfo-&gt;post_date,0,10);
$myformat = get_option(&#039;date_format&#039;);
$prettydate = date($myformat,strtotime($mydate));
$thedate = &#039; - &#039;.apply_filters(&#039;the_date&#039;,($prettydate)).&#039;&#039;;
}</description>
		<content:encoded><![CDATA[<p>To match your current time format, as a few examples above didn&#8217;t qork for me, here is my solution, thanks to above poster Canton Becker:</p>
<p>{<br />
$mydate = substr($postinfo-&gt;post_date,0,10);<br />
$myformat = get_option(&#8216;date_format&#8217;);<br />
$prettydate = date($myformat,strtotime($mydate));<br />
$thedate = &#8216; &#8211; &#8216;.apply_filters(&#8216;the_date&#8217;,($prettydate)).&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poligrrl</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-410469</link>
		<dc:creator>Poligrrl</dc:creator>
		<pubDate>Fri, 15 Jul 2011 17:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-410469</guid>
		<description>Thanks for this plug-in! Is doing the trick for me. Just made a tweak to PHP to change orderby to equal &#039;date&#039; instead of &#039;ID&#039; and it now gives my editors the power to override order as needed. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this plug-in! Is doing the trick for me. Just made a tweak to PHP to change orderby to equal &#8216;date&#8217; instead of &#8216;ID&#8217; and it now gives my editors the power to override order as needed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 WordPress ‘HOW-TO’ to Give Your Blog the Quality it Deserves</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-410323</link>
		<dc:creator>10 WordPress ‘HOW-TO’ to Give Your Blog the Quality it Deserves</dc:creator>
		<pubDate>Wed, 06 Jul 2011 19:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-410323</guid>
		<description>[...] This tutorial will help you build a ‘Latest Posts by Category Archive‘ easily, this can be used to set up custom blog homepages, 404 pages, landing pages or even a special archive page. If you are looking for a plugin to generate such an archive, please check out: WP Plugin: Latest Posts by Category Archive. [...]</description>
		<content:encoded><![CDATA[<p>[...] This tutorial will help you build a ‘Latest Posts by Category Archive‘ easily, this can be used to set up custom blog homepages, 404 pages, landing pages or even a special archive page. If you are looking for a plugin to generate such an archive, please check out: WP Plugin: Latest Posts by Category Archive. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blogsessive.com/blogging-tools/wp-plugin-latest-posts-by-category-archive/#comment-410196</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 28 Jun 2011 01:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogsessive.com/?p=1080#comment-410196</guid>
		<description>Any plugin that hides dates is a good one. Thanks Alex</description>
		<content:encoded><![CDATA[<p>Any plugin that hides dates is a good one. Thanks Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>

