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 &
copy
; <?php
echo
date
(
"Y"
); ?> Website Name
Related articles
- How to automate your copyright year (nevillehobson.com)