How to Remove “Powered By WordPress” on Wordpress Blog

4:38:00 PM |


Removing this link is allowed, however that’s the only way how wordpress as a great free blogging software advertising their links, which are not bad.
But if you really want to remove this footer link, you can follow the following tutorial.
Steps to remove proudly powered by wordpress, including the small icon:
1. In your dashboard, go to “Appearance”, then “Editor”.
2. Look for footer file, which is footer.php, click this link.
3. This will open your Twenty Ten’s footer.php file, scroll down and find this line of code:

<?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>


The code which should be deleted.
4. Delete that code, and click “Update File”.
I hope this post is your answer. Thanks