Automatically adjust Copyright Years
April 6th, 2011 Category: WordPressOften blogs have the copy right years hard coded in the footer. e.g. © 2008-2010. Ok this looks nice and informs the visitor how long the blog exists. But changing the footer every year is not a very lovely work to do. So my advise is to change the copyright information so that the year is changed automatically. An easy way to to this is to change the copyright information to something like this:
© 2008-<?php echo date('Y'); ?> My BlogAnd you don’t have to change the copyright years in future.
No related posts.













Leave a Reply