• I recently installed this theme. I want to edit the footer text where it gives the theme author’s link. How do I do that?

Viewing 1 replies (of 1 total)
  • Hey there kpaudel969,

    Hope you’re well today!

    In order to remove “Theme author’s link” part you’ll need to make changes in functions.php. I strongly suggest not to edit theme core files since the changes will be lost once you update the theme.

    The best way to do that would be to create a child theme then copy functions.php and make the changes there.

    Once you do that open child theme functions.php with text editor of your choice and go to line 486 and replace it with this one:

    $default_footer_value = sprintf( __( 'Copyright © %1$s %2$s.', 'accelerate' ), date( 'Y' ), $site_link ).' '.sprintf( __( 'Powered by %s.', 'accelerate' ), $wp_link );

    This should remove that part from your footer copyright.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘remove or edit footer text’ is closed to new replies.