Dynamic Copyright in Footer Tagged: copyright, dynamic, footer, widget, year This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by Grace Themes. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 6, 2018 at 5:54 am #10696 August 7, 2018 at 11:58 am #10710 Grace ThemesMember 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 © <?php echo date('Y'); ?>. All rights reserved</div> Regards Grace Themes Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In