This is a simple solution to automatically change the copyright year in the WordPress footer, using the date()
. php function and specifying just Y will display the current year.
<?php echo date("Y"); ?>
I use it on this site:

Was this post helpful?
Let me know if you liked the post. That’s the only way I can improve. 🙂