Set a Dynamic Copyright Date on Your WordPress Site

  • September 17, 2018
  • Misc
No Comments

A simple way to prevent the copyright date shown at the bottom of your WordPress website from becoming outdated. The following PHP code snippet displays the date dynamically:

<?php echo date('Y'); ?>

If you want to add the copyright symbol, then you would add the following:

&copy; <?php echo date('Y'); ?>

Or, for a fancier solution, see the Elegant WordPress Solution for Dynamic Copyright Date on WPBeginner.com.

 

About us and this blog

We are a digital marketing company with a focus on helping our customers achieve great results across several key areas.

Request a free quote

We offer professional SEO services that help websites increase their organic search score drastically in order to compete for the highest rankings even when it comes to highly competitive keywords.

Subscribe to our newsletter!

More from our blog

See all posts