<?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>Phil Wiley&#039;s blog &#187; wordpress help</title>
	<atom:link href="http://philwiley.com/category/wordpress-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://philwiley.com</link>
	<description>making money on the Internet</description>
	<lastBuildDate>Sun, 25 Jul 2010 04:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to add a dynamic copyright year to your blog</title>
		<link>http://philwiley.com/wordpress-help/dynamic-copyright-year/</link>
		<comments>http://philwiley.com/wordpress-help/dynamic-copyright-year/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:45:22 +0000</pubDate>
		<dc:creator>phil</dc:creator>
				<category><![CDATA[wordpress help]]></category>

		<guid isPermaLink="false">http://philwiley.com/?p=482</guid>
		<description><![CDATA[It&#8217;s the beginning of April and I just noticed that in the footer of my blog it still said copyright © 2008 philwiley.com. Which means it will say it on all of my other blogs too What about on your sites? Did you remember to update them? Anyhow, I&#8217;ve done some research to find a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It&#8217;s the beginning of April  and I just noticed that in the footer of my blog it still said copyright © 2008 philwiley.com.</p>
<p>Which means it will say it on all of my other blogs too <img src='http://philwiley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>What about on your sites? Did you remember to update them?</p>
<p>Anyhow, I&#8217;ve done some research to find a one-time solution, and it&#8217;s as simple as adding some dynamic code into your WordPress theme.</p>
<p><span style="color: #ff0000;"><code>&lt;p&gt;copyright &amp;copy; &lt;?php echo date('Y'); ?&gt; mysite.com&lt;/p&gt;</code></span></p>
<p>On most themes the copyright information is at the bottom, in the footer. So it&#8217;s simply a matter of delving into the code of your footer, and replacing your current copyright date with the dynamic code.</p>
<p>Of course, if you started your blog years ago you can just add the first year followed by a dash, as below.</p>
<p><span style="color: #ff0000;"><code>&lt;p&gt;copyright &amp;copy; 2005-&lt;?php echo date('Y'); ?&gt; mysite.com&lt;/p&gt;</code></span></p>
<p>When you put date(’Y&#8217;) in your code the year from the current date is automatically used. And unless you change your theme you never have to worry about it again.</p>
<p>(note: you can edit your theme by logging into your blog via ftp, or in your blog dashboard look under Appearance/Editor.)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://philwiley.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://philwiley.com/wordpress-help/dynamic-copyright-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
