I want to put the current year on a copyright info page without having to update it every year. I put the php tag <?php echo date('Y'); ?> in the footer (which links to the copyright page) and that keeps the footer link updated, but is there a way to do the same thing on the copyright page itself? I did try just pasting that code into the html page editor but that didn't work, of course. Thanks for helping a newbie.