<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tyler Butler &#187; tylerbutler.com</title>
	<atom:link href="http://www.tylerbutler.com/topics/projects/tylerbutlercom-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tylerbutler.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Aug 2009 22:09:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dates in Posts Fixed</title>
		<link>http://www.tylerbutler.com/2009/07/dates-in-posts-fixe/</link>
		<comments>http://www.tylerbutler.com/2009/07/dates-in-posts-fixe/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 04:01:50 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[tylerbutler.com]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tylerbutler.com/?p=522</guid>
		<description><![CDATA[Just made a minor fix to the site… I noticed that dates weren’t showing up for some posts. Took me about 5 minutes to figure out that the Wordpress the_date() function had changed:
When there are multiple posts on a page published under the SAME DAY, the_date() only displays the date for the first post (that [...]]]></description>
			<content:encoded><![CDATA[<p>Just made a minor fix to the site… I noticed that dates weren’t showing up for some posts. Took me about 5 minutes to figure out that the Wordpress <a href="http://codex.wordpress.org/Template_Tags/the_date" target="_blank">the_date()</a> function had changed:</p>
<blockquote><p>When there are multiple posts on a page published under the SAME DAY, the_date() only displays the date for the first post (that is, the first instance of the_date()).</p></blockquote>
<p>Quick and easy change…</p>
<p>Before: <code>&lt;?php the_date() ?&gt;, &lt;?php the_time() ?&gt;</code></p>
<p>After: <code>&lt;?php the_time("F j, Y, g:i a") ?&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerbutler.com/2009/07/dates-in-posts-fixe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
