Brand the WordPress Login Page - Code Snippets - CoderSnippets - Free Code

preview_player
Показать описание


Brand the WordPress Login Page - Code Snippets - CoderSnippets - Free Code

We love to create - share - respond - and deliver.

Hire us to work on your Website!

Рекомендации по теме
Комментарии
Автор

Love this snippet... just would like to change color background and round corner of the form... for more personal style... THANKS, love your channel

gianmarcogiuliarig
Автор

Just some clarity. The code changes the link on the logo so rather than go to the WordPress homepage it takes you to the site home page. The text link at the bottom is a a chance for a bit of self promotion.. A link to the developer site.

Tallbloke
Автор

How about tutorial on changing default wordpress login /wp-admin page? This is recommended for extra security and branding.

TheNaturalEnquirer
Автор

Nice but please move the Admin settings under Tools or Settings. The main bar is crowded enough as it is.

Kobayashi
Автор

Copied and pasted (and activated, lol), but not loading on the admin tool bar. Thoughts?

ajajkjkj
Автор

Can this Snippet also be used in WP Codebox?

johnboyd
Автор

brill!! Thank you -

Change the background colour too 🙂

Not sure if I am allowed to post this.?

Another code snippet.

function custom_login_background() {
echo '<style type="text/css">
body.login {
background-color: #3498db !important; /* Change the color code to your preferred color */
}
</style>';
}
add_action('login_head', 'custom_login_background');

rodgersmith
visit shbcf.ru