Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Automatic copyright date

#8121
Grace Themes
Member

Hi

To automatically update the copyright year, just follow the below steps

1. Go to Appearance -> Editor -> footer.php
at line no. 189 you will find the code

<div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?></div>

Now just replace this code with below code

<div class="copyright-txt">&copy; <?php echo date('Y'); ?> <?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?></div>

2. Remove ‘© 2016’ from footer copyright section.

Regards
Grace Themes