• How can I delete the “Proudly powered by WordPress | Theme: Scratchpad by Automattic.” line in the footer? I would like to replace it with links for “COPYRIGHT ? 2019 · ABOUT · TERMS · PRIVACY POLICY · DISCLAIMER · AFFILIATE DISCLOSURE”

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    If you want to replace it with your own text, including links, then the only way to do that is to modify the theme’s footer.php file itself. Keep in mind that the recommended practice in such a case is to create a child theme, and make the necessary changes there – if you edit footer.php directly those changes will be lost the next time the theme updates.

    We’re not able to help with that level of customization, but you can find information on creating child themes here:

    https://developer.www.ads-software.com/themes/advanced-topics/child-themes/

    And an article showing what code in that file you need to look for here:

    https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/

    In some other forum threads for this question I’ve also seen people recommend the plugin, https://www.ads-software.com/plugins/remove-footer-credit/

    I’ve tried it out on a test site and it seems to work well enough.

    But you’ll need to add the HTML code of the footer credit in that plugin for it to be removed, so:

    <a href="https://www.ads-software.com/">Proudly powered by WordPress</a>
    				<span class="sep"> | </span>
    				Theme: Scratchpad by <a href="https://wordpress.com/themes/" rel="designer">Automattic</a>.
Viewing 1 replies (of 1 total)
  • The topic ‘How To Delete Footer Info’ is closed to new replies.