Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Dynamic Copyright in Footer

#10710
Grace Themes
Member

Hi,

To display dynamic copyright year in footer section

Go to Appearance -> Editor -> footer.php
at line no. 218, you will find the code:

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

Now replace this code with the below code
<div class="copyright-txt">Copyright &copy; <?php echo date('Y'); ?>. All rights reserved</div>

Regards
Grace Themes