<?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: Multiple the_date() Functions Return Empty Date</title>
	<atom:link href="http://digwp.com/2009/10/the_date-returns-empty/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/10/the_date-returns-empty/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Tue, 15 May 2012 08:36:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Joel G Goodman</title>
		<link>http://digwp.com/2009/10/the_date-returns-empty/#comment-2102</link>
		<dc:creator>Joel G Goodman</dc:creator>
		<pubDate>Mon, 26 Oct 2009 19:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=829#comment-2102</guid>
		<description>Chris, I saw your tweet about that last week and thought &quot;well yeah, that&#039;s on purpose&quot;. :) I&#039;ve used it a few times. 

It&#039;s sort of like old livejournal style - visually group today&#039;s posts under today&#039;s date.</description>
		<content:encoded><![CDATA[<p>Chris, I saw your tweet about that last week and thought &#8220;well yeah, that&#8217;s on purpose&#8221;. :) I&#8217;ve used it a few times. </p>
<p>It&#8217;s sort of like old livejournal style &#8211; visually group today&#8217;s posts under today&#8217;s date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Japh</title>
		<link>http://digwp.com/2009/10/the_date-returns-empty/#comment-2087</link>
		<dc:creator>Japh</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=829#comment-2087</guid>
		<description>Another option, if you did just want to use the_date()&#039;s output multiple times would be to do this right at the start of The Loop:

&lt;code&gt;$the_date = the_date(&#039;&#039;, &#039;&#039;, &#039;&#039;, FALSE);&lt;/code&gt;

And then wherever you want it, just do:

&lt;code&gt;echo $the_date;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Another option, if you did just want to use the_date()&#8217;s output multiple times would be to do this right at the start of The Loop:</p>
<p><code>$the_date = the_date('', '', '', FALSE);</code></p>
<p>And then wherever you want it, just do:</p>
<p><code>echo $the_date;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Waugh</title>
		<link>http://digwp.com/2009/10/the_date-returns-empty/#comment-2086</link>
		<dc:creator>Jeff Waugh</dc:creator>
		<pubDate>Thu, 22 Oct 2009 01:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=829#comment-2086</guid>
		<description>The same-date-disappearing thing is an amusing sense-of-taste Mattism in the WordPress code. You can turn this off (should you want a date to appear next to every post rather than using separate date headings) by doing the following within a template:

&lt;code&gt;global $previousday; $previousday = -1;&lt;/code&gt;

Then you can just use the usual template functions. Done. :-)</description>
		<content:encoded><![CDATA[<p>The same-date-disappearing thing is an amusing sense-of-taste Mattism in the WordPress code. You can turn this off (should you want a date to appear next to every post rather than using separate date headings) by doing the following within a template:</p>
<p><code>global $previousday; $previousday = -1;</code></p>
<p>Then you can just use the usual template functions. Done. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2009/10/the_date-returns-empty/#comment-2084</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=829#comment-2084</guid>
		<description>That&#039;s the whole point, you can control the formatting from Settings &gt; General.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the whole point, you can control the formatting from Settings > General.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://digwp.com/2009/10/the_date-returns-empty/#comment-2083</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=829#comment-2083</guid>
		<description>This just happened to me, and I couldn&#039;t figure out why.  I&#039;m not super thrilled with the formatting it gives but it will have to work.  I&#039;d rather have &quot;2009-10-05&quot; like i did before.  Is this still possible?

Thanks for posting this</description>
		<content:encoded><![CDATA[<p>This just happened to me, and I couldn&#8217;t figure out why.  I&#8217;m not super thrilled with the formatting it gives but it will have to work.  I&#8217;d rather have &#8220;2009-10-05&#8243; like i did before.  Is this still possible?</p>
<p>Thanks for posting this</p>
]]></content:encoded>
	</item>
</channel>
</rss>

