Line of text on login page, and change url of log in image
-
OK, so I’m using this code to change the url of the image on the log in page:
add_filter('login_headerurl', create_function(false,"return 'https://www.mysite.com/home.html';"));
I used Qwerty Admin Panel Theme to change the image, but that plugin had no option to change the url, so I found that code above on here in the forums and added it in my functions.php, and it worked, but only after I figured out it had an error. It had ‘login_headertitle’ instead of the correct ‘login_headerurl’.
But I digress.
I want to add a line of text saying “Members Only Area” just above the login form. Anyone have a code snippet I can add to functions.php to make that happen?
Thanks.(Oh, and Mr, Mrs or Ms Moderator person, if you go to https://www.ads-software.com/support/topic/275733?replies=6 you will see the very last entry. It’s wrong. And the topic is closed. So there’s no way to let people know that it should be login_headerurl and not login_headertitle, which kinda sux)
- The topic ‘Line of text on login page, and change url of log in image’ is closed to new replies.