How do I edit powered by WordPress?
How do I remove copyright text in WordPress?
How do I hide the footer in WordPress?
How do I edit footer credits in WordPress?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Avoid the CSS Method
Now some WordPress tutorial sites may show you a CSS method that uses display: none to hide the footer credit links.
However doing so will put your site’s SEO at risk. Google does not like hiding links with display:none because that’s a technique that spammers use to hide the links from users while still showing it to Google (in hopes of higher rankings).
Your site might get flagged, and it will cause you to lose your search engine rankings.
So whatever you do, do not use the CSS method like this:
#site-info {display:none}
While it looks simple, it’s not good for SEO.