On the login page for my site (http://gadgetronica.com/wp-login.php), there is some unwanted text on the top right. Checked the wp-login.php file... but can't figure out a way to remove it. In fact, I am unable t0 find the source for the text.
On the login page for my site (http://gadgetronica.com/wp-login.php), there is some unwanted text on the top right. Checked the wp-login.php file... but can't figure out a way to remove it. In fact, I am unable t0 find the source for the text.
the output is just before the </head> tag where wp_head() is used to hook any actions etc;
possibly from a plugin(?)
try deactivating all plugins to see if that solves the problem; then reactivate one plugin at a time to locate the problematic one.
You must log in to post.