I would like to remove the Powered by WordPress (wordpress.org) link that is attached to the logo in wo-login.php or else update it without having to edit the core files. Is it possible to do this?
Kyle
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
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.
In your theme’s
functions.phpfile, add this:Then just create your custom
login.cssfile that makes whatever changes you want.To change the link and alt text on the login logo from WordPress.org to the title/url for your site, use these filters in your
functions.phpfile: