A new year is almost upon us, and that means it’s about time to update that copyright notice to say 2012. If your blog doesn’t have a copyright notice, you should add one right away. Many bloggers may consider this a relatively minor issue but from a professional and branding standpoint, making sure your blog has a copyright notice with the correct information is very important.
For most bloggers, this is a simple task of logging into the WordPress admin panel and editing the footer.php file in the themes editor. Find the part that says Copyright 2011 and change it to say Copyright 2012. Because this is done only once a year, many bloggers will forget to update the copyright notice until someone points it out to them.
How To Auto Update The Copyright Notice
Instead of manually updating the copyright notice once a year, there is a simple way to make WordPress do it automatically. Start by Logging into your WordPress themes editor and open the file that holds your copyright information. For most WordPress themes, this will be the footer.php file. Keep in mind that you can only edit a file from the WordPress editor if the file permission is set to writable. If the file is not writable, you will have to FTP in to change the permission, or update the file using FTP.
Find the part with the copyright notice and replace it with the following.
Copyright © <?php echo date(‘Y’); ?> Blog Name
Instead of hard coding 2012 into the copyright notice, you replace it with <?php echo date(‘Y’); ?>, which will automatically pull in the year from your web server calendar (the “©” creates the copyright C logo). This only works if your server is set to the correct year. If it’s not, you’ll have to contact your web host and get them to adjust the date. In my case, I like to do my copyright from the year the blog started. The code will look like this.
Copyright © 2005 – <?php echo date(‘Y’); ?> John Chow, Inc.
Now, instead of trying to remember to update the copyright notice at the beginning of a new year, the blog will do it for you automatically. That is, as long as the clock on the server is correct.
Did you enjoy this post? Get John Chow Dot Com updates via email...
Stay up to date with all of John Chow’s tips for making money online and blog posts by subscribing via email. Your email will be kept private and never shared with anyone.













One of the most common complaint (or excuse) I hear from potential new bloggers is they don’t know how to install WordPress. Terms like FTP and CPanel are like a foreign language and setting up a database might as well be setting up the space shuttle for a launch. Because of the technology barrier, many would-be bloggers never start their blogs...
{ 24 comments }
Awesome tips
I think it’s very informative tips. Thanks for sharing the useful article.
free government cell phones
save time to do it manually. thanks for the head ups John
Wow! This is a very informative post John. I have not known this trick before and would like to try this one. Thanks John.
Well, I am already using that piece of code
Simple and easy to use, cool!
Every year John has the same post on the same date ;p
@fas Because every year, everyone forgets.
For all of the blogs on blogging design & tips, I have never seen this mentioned before. Thanks!
For all of the blogs on blogging design & tips, I have never seen this mentioned before. Thanks!
Thanks for the awesome tips John
I see so many websites and blogs with previous years in their copyright and it sucks big time… such a small thing can affect sales and trust.
awesome data you share here , its very appreciable work thanks for this
nice information i get thanks a lot buddies
awesome data you share here , its very appreciable work thanks for this
printers ink
Yeah it’s shocking how many people haven’t figured this one out. Old copyright notices make sites you dated and unloved.
Is it necessary to use php? Or we can simply paste copyright notice is footer?
@worli You can simply paste the above code into your footer.php and it will work.
Thanks for the awesome tips
Thanks John
Because books are copyright from the year they’re written.
Thanks for good tip! Hapy New Year, John!
As always, great heads-up from the inimitable Mr. Chow.
good post , gonna check more from yr older post.