VERSIONS OF CODE FOR AUTOMATIC COPYRIGHT YEAR FOR WORDPRESS THEME FOOTER First is just the YEAR iteself (replace the year value, eg 2009, in your footer with this code to make it always display the current year) Second is simplest in PHP code.

Copyright ©

Third is same simple PHP code, but with a start year (just edit year to change).

Copyright © 2008 -

Fourth is a JavaScript code version.

Copyright ©

Copy & Paste: Copy one of the four and paste it into your Wordpress Theme footer.php file in Theme Editor If you don't want a paragraph just copy the code between the

tags.