Support » Fixing WordPress » How to edit text on footer

  • Resolved Aldo Rancier

    (@aldo-rancier)


    I’ve been trying to change the footer text of my site, right now it says “Your Name Here”.
    This is the site for reference http://www.milliondollarninja.com/

    I went to the footer.php file and changed <div><?php esc_attr_e('Copyright &copy;', 'preference'); ?> <?php esc_attr_e(date('Y')); ?> <?php echo get_theme_mod( 'copyright', 'Your Name' ); ?><?php esc_attr_e('. All rights reserved.', 'preference'); ?> to <div><?php esc_attr_e('Copyright &copy;', 'preference'); ?> <?php esc_attr_e(date('Y')); ?> <?php echo get_theme_mod( 'copyright', 'Million Dollar Ninja' ); ?><?php esc_attr_e('. All rights reserved.', 'preference'); ?> which is the name of my site but nothing happened.

    Can someone guide me on where and how to change this?

    The theme I’m using is Preference Lite by the way.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to edit text on footer’ is closed to new replies.