<?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"

			>

	<channel>

		<title>Add current year to footer &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/add-current-year-to-footer/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 01:14:57 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-226676</guid>
					<title><![CDATA[Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-226676</link>
					<pubDate>Fri, 13 Mar 2015 16:05:06 +0000</pubDate>
					<dc:creator>cpjennmeakin</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to add a copyright with the current year in my footer. Within the wordpress files, I know that I can add &lt;?php echo date(&#8216;Y&#8217;); ?&gt; and it will show the current year. However, is there a way to add this in the footer text from within the &#8220;Customise&#8221; section of the CMS?</p>
<p>Here is where I would like to add this info<br />
<a href="https://www.dropbox.com/s/99myfcrpwfcv8si/currentyear.png?dl=0" rel="nofollow">https://www.dropbox.com/s/99myfcrpwfcv8si/currentyear.png?dl=0</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-226892</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-226892</link>
					<pubDate>Fri, 13 Mar 2015 22:23:00 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Thanks for writing in! You can use the following code in your footer content: </p>
<pre><code>
&lt;p&gt;Copyright &lt;span id=&quot;year&quot;&gt;TEXT&lt;/span&gt; Company Name - All Rights Reserved.&lt;/p&gt;
</code></pre>
<p>And then, add the following code into your Customizer, <strong>Custom &gt; JavaScript</strong> section. </p>
<pre><code>
jQuery(document).ready(function() {
  var currentYear = (new Date).getFullYear();
  jQuery(&quot;#year&quot;).text( (new Date).getFullYear() );
});
 
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-228625</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-228625</link>
					<pubDate>Mon, 16 Mar 2015 21:00:48 +0000</pubDate>
					<dc:creator>cpjennmeakin</dc:creator>

					<description>
						<![CDATA[
						<p>worked perfectly &#8211; thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-228706</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-228706</link>
					<pubDate>Mon, 16 Mar 2015 22:50:16 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome! Let us know if you need anything else.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-641339</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-641339</link>
					<pubDate>Tue, 27 Oct 2015 11:27:34 +0000</pubDate>
					<dc:creator>WPH2o</dc:creator>

					<description>
						<![CDATA[
						<p>This gave me the footer but instead of the date it showed &#8220;TEXT.&#8221;</p>
<p>Then I added &lt;script&gt; tags &lt;/script&gt; around the jquery code and it worked.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-641370</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-641370</link>
					<pubDate>Tue, 27 Oct 2015 11:55:17 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Glad it worked <a href="https://theme.co/archive/users/wph2o/" class="bbp-user-mention bbp-user-id-39024"> @wph2o</a> 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-789593</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-789593</link>
					<pubDate>Wed, 10 Feb 2016 19:35:21 +0000</pubDate>
					<dc:creator>fullframenw</dc:creator>

					<description>
						<![CDATA[
						<p>When you say &#8220;add code in your footer content&#8221; do you mean paste this code into the custom css area? And if not, where can I paste this code? It doesn&#8217;t seem to work when I paste in the custom css area.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-790242</guid>
					<title><![CDATA[Reply To: Add current year to footer]]></title>
					<link>https://theme.co/archive/forums/topic/add-current-year-to-footer/#post-790242</link>
					<pubDate>Thu, 11 Feb 2016 04:03:08 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>No, those codes are not custom css. On the <strong>Customizer</strong> navigate to <strong>Footer</strong> panel and look for the <strong>Footer Content</strong> fields and paste the code below:</p>
<p><code>&lt;p&gt;Copyright &lt;span id=&quot;year&quot;&gt;TEXT&lt;/span&gt; Company Name - All Rights Reserved.&lt;/p&gt;</code></p>
<p><a href="http://i.imgur.com/QDYXWvz.jpg" target="_blank" rel="nofollow"><br />
<img decoding="async" src="http://i.imgur.com/QDYXWvz.jpg" alt="screenshot" /><br />
</a></p>
<p>Notice this string <code>&lt;span id=&quot;year&quot;&gt;TEXT&lt;/span&gt;</code> that string will be replace with a current year (2016) on the front end. To achieve that you need to add this under <strong>Custom &gt; JavaScript</strong> in the <strong>Customizer&#8217;s Custom</strong> panel.</p>
<pre><code>jQuery(document).ready(function() {
  var currentYear = (new Date).getFullYear();
  jQuery(&quot;span#year&quot;).text( (new Date).getFullYear() );
});</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

