This website teaches you how to automatically update the year in your footer’s copyright notice.
In brief you will use the php code in place of the current year:
<?php echo date("Y"); ?>
1.Copyright © <?php echo date("Y"); ?> Website NameRelated articles
- How to automate your copyright year (nevillehobson.com)


