<?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: Dynamic Copyright</title>
	<atom:link href="http://wpfirstaid.com/2010/02/dynamic-copyright/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpfirstaid.com/2010/02/dynamic-copyright/</link>
	<description>It&#039;s WordPress ... anything is possible!</description>
	<lastBuildDate>Tue, 17 Jan 2012 16:15:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: The Doctor</title>
		<link>http://wpfirstaid.com/2010/02/dynamic-copyright/comment-page-1/#comment-184</link>
		<dc:creator>The Doctor</dc:creator>
		<pubDate>Mon, 22 Feb 2010 23:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=363#comment-184</guid>
		<description>Yes, that works extremely well for a known quantity, as in the case of your blog (and your comfort level modifying your theme).

The key to the &lt;strong&gt;bns_dynamic_copyright&lt;/strong&gt; function is the point of the start date &lt;strong&gt;&lt;em&gt;not&lt;/em&gt;&lt;/strong&gt; being a known quantity, or the same, for every installation of a theme using the function. The function allows the end user of these themes to simply have the information display, rather than editing the theme after every update.</description>
		<content:encoded><![CDATA[<p>Yes, that works extremely well for a known quantity, as in the case of your blog (and your comfort level modifying your theme).</p>
<p>The key to the <strong>bns_dynamic_copyright</strong> function is the point of the start date <strong><em>not</em></strong> being a known quantity, or the same, for every installation of a theme using the function. The function allows the end user of these themes to simply have the information display, rather than editing the theme after every update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Bennett</title>
		<link>http://wpfirstaid.com/2010/02/dynamic-copyright/comment-page-1/#comment-172</link>
		<dc:creator>Chip Bennett</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=363#comment-172</guid>
		<description>Well, crap. I&#039;ll have to escape it:

&lt;code&gt;
&copy; 2000-&lt;?php echo date(Y); ?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Well, crap. I&#8217;ll have to escape it:</p>
<p><code><br />
&amp;copy; 2000-&lt;?php echo date(Y); ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Bennett</title>
		<link>http://wpfirstaid.com/2010/02/dynamic-copyright/comment-page-1/#comment-171</link>
		<dc:creator>Chip Bennett</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=363#comment-171</guid>
		<description>My comment certainly wasn&#039;t intended to criticize - just offer an alternative suggestion.

Here&#039;s what I use: &lt;code&gt;&#169; 2000-&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>My comment certainly wasn&#8217;t intended to criticize &#8211; just offer an alternative suggestion.</p>
<p>Here&#8217;s what I use: <code>&copy; 2000-</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Doctor</title>
		<link>http://wpfirstaid.com/2010/02/dynamic-copyright/comment-page-1/#comment-146</link>
		<dc:creator>The Doctor</dc:creator>
		<pubDate>Wed, 17 Feb 2010 12:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=363#comment-146</guid>
		<description>Manually typing a short sentence or phrase is generally a lot less characters than creating a function to automate it, I agree. In most cases the year is &quot;static&quot; but not all cases, this function simply allows for that.

Perhaps there is a less intense method of accomplishing this goal; and, perhaps, instead of criticizing this one you could put forth another to accomplish the same goal?</description>
		<content:encoded><![CDATA[<p>Manually typing a short sentence or phrase is generally a lot less characters than creating a function to automate it, I agree. In most cases the year is &#8220;static&#8221; but not all cases, this function simply allows for that.</p>
<p>Perhaps there is a less intense method of accomplishing this goal; and, perhaps, instead of criticizing this one you could put forth another to accomplish the same goal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Bennett</title>
		<link>http://wpfirstaid.com/2010/02/dynamic-copyright/comment-page-1/#comment-144</link>
		<dc:creator>Chip Bennett</dc:creator>
		<pubDate>Wed, 17 Feb 2010 04:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=363#comment-144</guid>
		<description>That&#039;s an awful lot of code (and a hefty query - get_all_posts) to run on every single public-facing page, just to pull out the (static) starting year. Why not just hard-code it, since it&#039;s not going to change (nobody is going back in time to write any blog posts, at least not from this side of the invention of the Flux Capacitor)? Then, just use PHP to display the current year.</description>
		<content:encoded><![CDATA[<p>That&#8217;s an awful lot of code (and a hefty query &#8211; get_all_posts) to run on every single public-facing page, just to pull out the (static) starting year. Why not just hard-code it, since it&#8217;s not going to change (nobody is going back in time to write any blog posts, at least not from this side of the invention of the Flux Capacitor)? Then, just use PHP to display the current year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adding Dynamic Copyrights &#124; BuyNowShop</title>
		<link>http://wpfirstaid.com/2010/02/dynamic-copyright/comment-page-1/#comment-143</link>
		<dc:creator>Adding Dynamic Copyrights &#124; BuyNowShop</dc:creator>
		<pubDate>Wed, 17 Feb 2010 01:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://wpfirstaid.com/?p=363#comment-143</guid>
		<description>[...] recently wrote a post covering the inclusion of this dynamic copyright function into most any theme. This added [...]</description>
		<content:encoded><![CDATA[<p>[...] recently wrote a post covering the inclusion of this dynamic copyright function into most any theme. This added [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

