Instead of manually updating the year in the footer.php
of your WordPress blog every time a new year comes, you can make it update itself automatically by using this bit of code:
<?php echo date('Y'); ?>
Just add the code in place of the year and it will display the current year.
Example:
© <?php echo date('Y'); ?> Mad TomatoThis will display “© 2011 Mad Tomato”
Informative content, thanks for sharing it!!!!!!!!!!!!!!!!!!!!!!!!