Hi: I also attempted to modify the footer.php, so I can change the footer of the site I’m helping to manage (www.pcohc.org).
The default footer says:
Copyright ? 2013 Your Name. All rights reserved.
I thought I could change that via Editor/footer.php. I swapped in the name change I wanted here:
<div><?php esc_attr_e('Copyright ?', 'preference'); ?> <?php esc_attr_e(date('Y')); ?> <?php echo get_theme_mod( 'site_copyright', 'THIS IS THE NAME OF THE WEB SITE I WANT ADDED HERE' ); ?><?php esc_attr_e('. All rights reserved.', 'preference'); ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
However, after saving that change, the default tag still appears (Copyright ? 2013 Your Name. All rights reserved. ).
I welcome guidance to correct what I may be doing wrong. Thank you!