<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Displaying the Date in Your WordPress Theme</title>
	<atom:link href="http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/</link>
	<description>Helping you learn more and do more with WordPress</description>
	<lastBuildDate>Fri, 24 May 2013 13:27:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-967768</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Thu, 15 Nov 2012 00:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-967768</guid>
		<description><![CDATA[You are going to have to be more specific in your request for help. Try the WordPress Codex articles on the WordPress Loop.]]></description>
		<content:encoded><![CDATA[<p>You are going to have to be more specific in your request for help. Try the WordPress Codex articles on the WordPress Loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ProfesorYeow</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-967436</link>
		<dc:creator><![CDATA[ProfesorYeow]]></dc:creator>
		<pubDate>Mon, 12 Nov 2012 12:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-967436</guid>
		<description><![CDATA[I have a problem. When I use  in the header () don&#039;t work... anyone know how to solve or only work in the loop? Thanks]]></description>
		<content:encoded><![CDATA[<p>I have a problem. When I use  in the header () don&#8217;t work&#8230; anyone know how to solve or only work in the loop? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948044</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 19:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948044</guid>
		<description><![CDATA[@Bill: Absolutely, which is why I added the second instructions, but you are also right, as is Joachim, that it isn&#039;t clear. I&#039;ve edited it to make it more specific. Thanks for nagging me to update this article after so many years.]]></description>
		<content:encoded><![CDATA[<p>@Bill: Absolutely, which is why I added the second instructions, but you are also right, as is Joachim, that it isn&#8217;t clear. I&#8217;ve edited it to make it more specific. Thanks for nagging me to update this article after so many years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill (LoneWolf) Nickerson</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948032</link>
		<dc:creator><![CDATA[Bill (LoneWolf) Nickerson]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 14:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948032</guid>
		<description><![CDATA[Remember that with copyright, older is better. Specifying a range like your 2nd copyright example is better than just keeping the current year.

Copyright date is when you established the copyright, and constantly upgrading it defeats the purpose.]]></description>
		<content:encoded><![CDATA[<p>Remember that with copyright, older is better. Specifying a range like your 2nd copyright example is better than just keeping the current year.</p>
<p>Copyright date is when you established the copyright, and constantly upgrading it defeats the purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Kudish</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948024</link>
		<dc:creator><![CDATA[Joachim Kudish]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 06:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948024</guid>
		<description><![CDATA[Yes, I am well aware of what the_time() is... As described in that function&#039;s codex page, which you linked to, it &quot;Displays the time of the current post.&quot; 

When you are putting the Copyright of your site in the footer, you want the current year, not the year that the post was written in, you said it yourself &quot;I want the current year the page is being viewed.&quot; and thus the_time() will not give you the information you want, as I said, date(&#039;Y&#039;) is how you&#039;d get the current year.]]></description>
		<content:encoded><![CDATA[<p>Yes, I am well aware of what the_time() is&#8230; As described in that function&#8217;s codex page, which you linked to, it &#8220;Displays the time of the current post.&#8221; </p>
<p>When you are putting the Copyright of your site in the footer, you want the current year, not the year that the post was written in, you said it yourself &#8220;I want the current year the page is being viewed.&#8221; and thus the_time() will not give you the information you want, as I said, date(&#8216;Y&#8217;) is how you&#8217;d get the current year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle VanFossen</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948023</link>
		<dc:creator><![CDATA[Lorelle VanFossen]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 06:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948023</guid>
		<description><![CDATA[I&#039;ll double check but &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/the_time&quot; rel=&quot;nofollow&quot;&gt;the_time()&lt;/a&gt; is a WordPress template tag not a PHP reference. The article is discussing the use of that tag. In the examples, especially under copyright, I want the current year the page is being viewed. This information is generated in areas within the WordPress Loop. Outside of the Loop, the PHP date could easily be used. Either one will work.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll double check but <a href="http://codex.wordpress.org/Function_Reference/the_time" rel="nofollow">the_time()</a> is a WordPress template tag not a PHP reference. The article is discussing the use of that tag. In the examples, especially under copyright, I want the current year the page is being viewed. This information is generated in areas within the WordPress Loop. Outside of the Loop, the PHP date could easily be used. Either one will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Kudish</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948004</link>
		<dc:creator><![CDATA[Joachim Kudish]]></dc:creator>
		<pubDate>Sat, 31 Dec 2011 09:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-948004</guid>
		<description><![CDATA[Lorelle,

As someone mentioned above (perhaps they didn&#039;t make themselves all that clear), you&#039;ve made a mistake under the copyright/footer code suggestion.

&lt;?php the_time(&#039;Y&#039;) would ouput the year of post/page currently being viewed, which is obviously not at all what you want. Instead you should use the date() function, like so: &lt;?php date(&#039;Y&#039;)]]></description>
		<content:encoded><![CDATA[<p>Lorelle,</p>
<p>As someone mentioned above (perhaps they didn&#8217;t make themselves all that clear), you&#8217;ve made a mistake under the copyright/footer code suggestion.</p>
<p>&lt;?php the_time(&#039;Y&#039;) would ouput the year of post/page currently being viewed, which is obviously not at all what you want. Instead you should use the date() function, like so: &lt;?php date(&#039;Y&#039;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avoid Hardcoding Your Copyright Information</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-947995</link>
		<dc:creator><![CDATA[Avoid Hardcoding Your Copyright Information]]></dc:creator>
		<pubDate>Sat, 31 Dec 2011 00:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-947995</guid>
		<description><![CDATA[[...] How many of you still update your themes footer every year to change the copyright date? Thanks to a small snippet of code, you can add this to your footer.php file which will negate the need to manually change the copyright information every year. The code snippet is php the_time(&#8216;Y&#8217;) An excellent primer for how to use this snippet within the footer.php file is explained via Lorelle VanFossen. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] How many of you still update your themes footer every year to change the copyright date? Thanks to a small snippet of code, you can add this to your footer.php file which will negate the need to manually change the copyright information every year. The code snippet is php the_time(&#8216;Y&#8217;) An excellent primer for how to use this snippet within the footer.php file is explained via Lorelle VanFossen. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denise McCallum</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-937059</link>
		<dc:creator><![CDATA[Denise McCallum]]></dc:creator>
		<pubDate>Sun, 16 Jan 2011 14:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-937059</guid>
		<description><![CDATA[Thank you, was having great difficulty getting the dates to display on articles so very much appreciated, now I&#039;ll I need to work out is how to get the font to fit in with the rest of the theme.]]></description>
		<content:encoded><![CDATA[<p>Thank you, was having great difficulty getting the dates to display on articles so very much appreciated, now I&#8217;ll I need to work out is how to get the font to fit in with the rest of the theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryam</title>
		<link>http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-926378</link>
		<dc:creator><![CDATA[Maryam]]></dc:creator>
		<pubDate>Sat, 05 Dec 2009 09:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://lorelle.wordpress.com/2007/09/03/displaying-the-date-in-your-wordpress-theme/#comment-926378</guid>
		<description><![CDATA[Thanks .. I was looking for this hint along time ago]]></description>
		<content:encoded><![CDATA[<p>Thanks .. I was looking for this hint along time ago</p>
]]></content:encoded>
	</item>
</channel>
</rss>
