Forums

URL on login page... (2 posts)

  1. theApe
    Member
    Posted 2 years ago #

    I've deactivated, and reactivate all of the plugins one-by-one on my site. Cleaned up the DB for any left over options and re-uploaded WP. A vanilla install is not really an option at this point in time.

    My problem is that on the login page wp-login.php the URL of the website is displayed below the wordpress logo for no reason in plain text and the logo is linking to the site instead of WP.

    So my questions is how could this be accomplished with no hard coding or javascript? If I can figure that out I may be able find the source of the problem.

    This is what I have going on when the page is viewed at the moment...

    <div id="login"><h1><a href="http://domain-name.com" title="Domain Name">Domain Name</a></h1>
    http://domain-name.com

    But this is what should be there...
    <div id="login"><h1><a href="http://wordpress.org/" title="Powered by WordPress">Domain Name</a></h1>

    Could that be done view the DB, if so what would I search for in the DB to find the relevant table?

  2. theApe
    Member
    Posted 2 years ago #

    Worked around it by removing the error reporting from the wp-login file. I still don't know why its doing it, but if no one else has come across this problem before I suppose it doesn't matter that much. It doesn't do it on a fresh install.

Topic Closed

This topic has been closed to new replies.

About this Topic