Comments on: How to Remove the Powered By Text in WordPress Theme Footer https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/ WordPress Themes and Plugins, WordPress Tips and Tricks, News and Events Thu, 25 Apr 2024 18:09:04 +0000 hourly 1 https://wordpress.org/?v=6.5.4 By: Nguyen Nghia https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-2575 Thu, 25 Apr 2024 18:09:04 +0000 https://www.acmethemes.com/blog/?p=543#comment-2575 How to remove credits in footer Powered by WordPress in AMP version?

]]>
By: SmileDC https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-1514 Wed, 20 Jul 2022 05:35:52 +0000 https://www.acmethemes.com/blog/?p=543#comment-1514 Very helpful tips and thank you for sharing this knowledge on how to remove “Power by …” text in WordPress.

]]>
By: dilara https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-1229 Wed, 10 Nov 2021 21:33:14 +0000 https://www.acmethemes.com/blog/?p=543#comment-1229 hello, i accadently deleted all the code and saved. how can I fix this an get the orignial code from beginning?:(

]]>
By: koomsy https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-1153 Mon, 31 May 2021 08:59:26 +0000 https://www.acmethemes.com/blog/?p=543#comment-1153 where to find to edit powered by wordpress in readmore theme

]]>
By: g.maccario https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-1143 Fri, 14 May 2021 16:27:23 +0000 https://www.acmethemes.com/blog/?p=543#comment-1143 Case 1
Remove the parent action, and add your custom action:

add_action( ‘after_setup_theme’, ‘remove_parent_theme_stuff’, 0 );
function remove_parent_theme_stuff()
{
remove_action( ‘corporate_plus_action_footer’, ‘corporate_plus_footer’ );
}

// …

add_action( ‘corporate_plus_action_footer’, ‘corporate_plus_footer_custom’, 5 );

]]>
By: multiselect https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-641 Thu, 30 Jan 2020 03:30:30 +0000 https://www.acmethemes.com/blog/?p=543#comment-641 Thanks for the advice! Thanks to you I deleted the inscription from my blog!
Regards!

]]>
By: Bikash Rai https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-592 Wed, 20 Nov 2019 04:52:06 +0000 https://www.acmethemes.com/blog/?p=543#comment-592 In reply to Chris Quinlan.

Once you copy whole code it should be removed. May be you should clear the cache.

]]>
By: Chris Quinlan https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-591 Tue, 19 Nov 2019 18:55:19 +0000 https://www.acmethemes.com/blog/?p=543#comment-591 Hi I am using the Click theme and have created a child theme. I literally only want to remove the “Proudly powered by wordpress” link and words. I do not want to remove or hide the rest of the footer. The instructions above don’t seem to have any impact at all. I realise the child theme is taking from the parent theme, but even if I copy the whole of the footer.php file to the child theme and edit it, it still doesn’t remove this link. Can you advise please?

]]>
By: Bright https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-571 Fri, 23 Aug 2019 12:30:38 +0000 https://www.acmethemes.com/blog/?p=543#comment-571 Kindly assist, i am using your Construction field theme and i want to remove on the footer (construction theme by Acme Themes) how do i remove this?

]]>
By: abhishek https://www.acmethemes.com/blog/wordpress-remove-powered-by-text-footer/#comment-569 Mon, 05 Aug 2019 18:22:40 +0000 https://www.acmethemes.com/blog/?p=543#comment-569 Thank you it worked for my website

]]>