<?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: Last Modified Footer</title>
	<atom:link href="http://thecuriousfrog.com/projects/last-modified-footer/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecuriousfrog.com</link>
	<description>Occasionally Curious, Never A Frog.</description>
	<lastBuildDate>Wed, 03 Mar 2010 20:13:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Therese Lachance</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1472</link>
		<dc:creator>Therese Lachance</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1472</guid>
		<description>Sure, when I change the date format to &quot;j F, Y&quot; it will print correctly in French, but no longer in English.  I need the date to change format depending on the language.</description>
		<content:encoded><![CDATA[<p>Sure, when I change the date format to &#8220;j F, Y&#8221; it will print correctly in French, but no longer in English.  I need the date to change format depending on the language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh Johnson</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1470</link>
		<dc:creator>Hugh Johnson</dc:creator>
		<pubDate>Sat, 13 Feb 2010 13:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1470</guid>
		<description>Hi Winnie,

The template uses the existing `wp_footer` hook provided by WordPress, hence the output will be generated at whatever point the template (theme) runs the `wp_footer` hook. If this is not in the right place then it&#039;s probably a bug with the theme. Which theme have you tried the plugin with?

Regards,

Hugh</description>
		<content:encoded><![CDATA[<p>Hi Winnie,</p>
<p>The template uses the existing `wp_footer` hook provided by WordPress, hence the output will be generated at whatever point the template (theme) runs the `wp_footer` hook. If this is not in the right place then it&#8217;s probably a bug with the theme. Which theme have you tried the plugin with?</p>
<p>Regards,</p>
<p>Hugh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugh Johnson</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1469</link>
		<dc:creator>Hugh Johnson</dc:creator>
		<pubDate>Sat, 13 Feb 2010 13:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1469</guid>
		<description>Hi Therese,

If you change the date format to `j F, Y` then the date should be printed as 10 février, 2010. For more info about what these codes mean, please see the &lt;a href=&quot;http://codex.wordpress.org/Formatting_Date_and_Time&quot; rel=&quot;nofollow&quot;&gt;WordPress Codex article&lt;/a&gt; on the subject.

Regards,

Hugh</description>
		<content:encoded><![CDATA[<p>Hi Therese,</p>
<p>If you change the date format to `j F, Y` then the date should be printed as 10 février, 2010. For more info about what these codes mean, please see the <a href="http://codex.wordpress.org/Formatting_Date_and_Time" rel="nofollow">WordPress Codex article</a> on the subject.</p>
<p>Regards,</p>
<p>Hugh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Therese Lachance</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1468</link>
		<dc:creator>Therese Lachance</dc:creator>
		<pubDate>Wed, 10 Feb 2010 17:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1468</guid>
		<description>Hi, great plugin.  I am using it on my site and it works as described.  Unfortunately, is there a possibility to display the dates in English and French??  Right now with the default: F j, Y the date is displayed like this:
English:  February 10, 2010 (which is correct)
French: février 10, 2010 (which is not correct).

In French it should be like so: 10 février, 2010 - the date is before the month.  Wordpress is converting dates correctly in both languages, is there a way to do it with your plugin?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, great plugin.  I am using it on my site and it works as described.  Unfortunately, is there a possibility to display the dates in English and French??  Right now with the default: F j, Y the date is displayed like this:<br />
English:  February 10, 2010 (which is correct)<br />
French: février 10, 2010 (which is not correct).</p>
<p>In French it should be like so: 10 février, 2010 &#8211; the date is before the month.  Wordpress is converting dates correctly in both languages, is there a way to do it with your plugin?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winnie</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1466</link>
		<dc:creator>Winnie</dc:creator>
		<pubDate>Tue, 09 Feb 2010 22:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1466</guid>
		<description>Last modified footer displays at top of page outside content area. It seems that wp_footer hook option in the plugin generates no html causing the last modified time/date to be shown outside of the page/html hierarchy (i.e. at the start of the page).
By ticking off the wp_footer hook option and placing the  in the page template or footer template at the &quot;correct&quot; location, rendering will be okay</description>
		<content:encoded><![CDATA[<p>Last modified footer displays at top of page outside content area. It seems that wp_footer hook option in the plugin generates no html causing the last modified time/date to be shown outside of the page/html hierarchy (i.e. at the start of the page).<br />
By ticking off the wp_footer hook option and placing the  in the page template or footer template at the &#8220;correct&#8221; location, rendering will be okay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Clegg /~Deve&#124;oper &#187; Blog Archive &#187; Last Modified Footer 1.1.1</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1465</link>
		<dc:creator>Matt Clegg /~Deve&#124;oper &#187; Blog Archive &#187; Last Modified Footer 1.1.1</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1465</guid>
		<description>[...] the plugin Last Modified Footer I updated an option to be able to force the output to not be for a single post (for use in header) [...]</description>
		<content:encoded><![CDATA[<p>[...] the plugin Last Modified Footer I updated an option to be able to force the output to not be for a single post (for use in header) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latest 10 WordPress Plugins on the Block - FPT Arener &#8211; Yes! I Can!</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-3/#comment-1444</link>
		<dc:creator>Latest 10 WordPress Plugins on the Block - FPT Arener &#8211; Yes! I Can!</dc:creator>
		<pubDate>Thu, 22 Oct 2009 13:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1444</guid>
		<description>[...] Last Modified Footer [...]</description>
		<content:encoded><![CDATA[<p>[...] Last Modified Footer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Zeer frisse Wordpress Plug-Ins van 2009 &#124; Wordpress Internet Marketing</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-2/#comment-1442</link>
		<dc:creator>10 Zeer frisse Wordpress Plug-Ins van 2009 &#124; Wordpress Internet Marketing</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1442</guid>
		<description>[...]  Last Modified Footer Deze plugin laat de laatste datum/tijd zien, wanneer de pagina/bericht is veranderd of geplaatst. Dus elke verandering zal de datum aanpassen aan de huidige datum.Deze komt dan in de footer te staan. [...]</description>
		<content:encoded><![CDATA[<p>[...]  Last Modified Footer Deze plugin laat de laatste datum/tijd zien, wanneer de pagina/bericht is veranderd of geplaatst. Dus elke verandering zal de datum aanpassen aan de huidige datum.Deze komt dan in de footer te staan. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugin Releases for 08/24 &#171; Weblog Tools Collection</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-2/#comment-1424</link>
		<dc:creator>WordPress Plugin Releases for 08/24 &#171; Weblog Tools Collection</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1424</guid>
		<description>[...] Last Modified Footer [...]</description>
		<content:encoded><![CDATA[<p>[...] Last Modified Footer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://thecuriousfrog.com/projects/last-modified-footer/comment-page-2/#comment-1423</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://thecuriousfrog.com/?page_id=35#comment-1423</guid>
		<description>I used the default plugin without any changes to it. I am using a custom template. You can visit my site to see it. Also can it be put right below the comments box itself or at the bottom of a page and not outside the page? How do I do that. Not too good at scripting yet. Your help will be appreciated.</description>
		<content:encoded><![CDATA[<p>I used the default plugin without any changes to it. I am using a custom template. You can visit my site to see it. Also can it be put right below the comments box itself or at the bottom of a page and not outside the page? How do I do that. Not too good at scripting yet. Your help will be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
