• Is there a reason there is no login screen on the front page? I would love to have a least a link. Can anyone tell me how to do this. I barely know PHP coding, I know ASP better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, I would log in to your admin page and go to settings – general.
    If you check the box anyone can register, you should get a register or login button on your front page.
    hope you get there.
    mike.

    Is there a reason there is no login screen on the front page?

    Yes. Your theme is designed not to display it. :)

    I would love to have a least a link.

    That’s quite easy. Just put this:

    <?php wp_loginout(); ?>

    into your theme. This tag will display a Log in link if the user is not logged in and a Log out link if the user is logged in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login not on the front page?’ is closed to new replies.