Comments 24UK-Designer-Guy started the conversationNovember 15, 2022 at 7:41pmI found this code online : //* Add custom message to WordPress login page function smallenvelop_login_message( $message ) { if ( empty($message) ){ return "<p><strong>Welcome to SmallEnvelop. Please login to continue</strong></p>"; } else { return $message; } } add_filter( 'login_message', 'smallenvelop_login_message' );But this only adds a line of text to the https://ukroofingstore.co.uk/wp-adminIm looking to modify and add some text even an image if possible here :https://ukroofingstore.co.uk/my-account/Any help on how that could be done ? 1,877Judith repliedNovember 16, 2022 at 6:00amHi There,Thanks for keeping in touch.This guide could help you create a custom login page:https://www.wpbeginner.com/plugins/how-to-create-custom-login-page-for-wordpress/.Thanks. 24UK-Designer-Guy repliedNovember 16, 2022 at 12:57pmIve been criticized for using too many wordpress plugins so I was hoping there was a some code to add too functions.php to do the same. 1,877Judith repliedNovember 16, 2022 at 3:05pmHi There,Please refer to this guide to add the code for an image:https://www.a2hosting.com/blog/adding-a-custom-logo-to-login-page-in-wordpress/.Thanks. Sign in to reply ...
I found this code online :
But this only adds a line of text to the
https://ukroofingstore.co.uk/wp-admin
Im looking to modify and add some text even an image if possible here :
https://ukroofingstore.co.uk/my-account/
Any help on how that could be done ?
Hi There,
Thanks for keeping in touch.
This guide could help you create a custom login page:https://www.wpbeginner.com/plugins/how-to-create-custom-login-page-for-wordpress/.
Thanks.
Ive been criticized for using too many wordpress plugins so I was hoping there was a some code to add too functions.php to do the same.
Hi There,
Please refer to this guide to add the code for an image:https://www.a2hosting.com/blog/adding-a-custom-logo-to-login-page-in-wordpress/.
Thanks.