Is it allowed to remove the "Powered by WordPress" link in the footer?
|
Yes WordPress is licensed using the GPL v2 license so you are "free" to do whatever you want to with it ("free" as in "free speech", not "free" as in "free beer!".) |
|||
|
|
|
Yes, and an easy way to suppress it, without modifying the actual HTML, is to use the following custom CSS:
|
|||||||
|
|
The plugin Adminimize has an option for this |
|||||
|
|
The other option is to remove it entirely from functions.php. Search in functions.php for "powered" and take out the portion of code reading: |
|||||
|
|
Yes WordPress is licensed using the GPL v2 license so you are "free" to do whatever you want to with it. The plugin Adminimize has an option for this |
|||
|
|
|
Since you didn't specify a theme , I'll assume you are using the default theme, now TwentyEleven, or one that is similarly built. In the theme's root directory, you will find the footer.php file. Look for the following html:
Delete it, and save the file, or you can replace it with your own link like so:
|
||||
|
|
|
Here's how to remove or modify the footer text in the WP admin, put this into
|
|||
|
|
protected by Community♦ Jul 26 '11 at 8:59
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
