If you ever wondered how to display the copyright information in your WordPress blog, this simple tutorial is for you. With one line of code and step you could add a copyright information to your WordPress blog which also help you branding your site.
Procedure:
Note: Do take backup of the files before you try this.
01. Login to your WordPress administration panel and go to Appearance => Editor => Footer (footer.php)
02. Once there place this below code where you want to display your copyright information:
<b>(c) <?php echo date('Y'); ?></b>
| <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
| <?php bloginfo('description'); ?>This concludes this simple and useful tutorial. Hope you like it.
If you enjoy this post, make sure you 





