• Hi guys,

    when I try to log in as a user on my website, I have to wordpress logo on, how can I get rid of it and put my logo?

    Also, when a new user sign in, and when he goes to log in, it is a dasboard page or edit profile page that appear not the site itself, I would like the website itself to appear straight away when users log in and not on the edit profile page.

    How can I do those above please?

    Popov le russe

Viewing 1 replies (of 1 total)
  • Login Logo and Theme My Login are both plugins that allow you to replace the WordPress logo with your own.

    OR, you can use add_action with ‘login_head’ in your theme functions.php to do it. Check out the codex page for an example using login_head.

    One of the easier ways to redirect users on login/logout is with Peter’s Login Redirect plugin.

    Otherwise, take a look at using the ‘login_redirect‘ filter if you want to put something together yourself.

Viewing 1 replies (of 1 total)
  • The topic ‘Is that ok that wordpress logo appear on log in page’ is closed to new replies.