• Hello, I recently changed my theme and I justed noticed that there is no login for the users? Is that something I have to enable? I don’t find it on the admin panel.Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    I am assuming you mean no place for them to log in on the sidebar, as in a Meta section?

    This code is from the default WP theme. If you paste it into your sidebar.php file it should add that functionality back.

    <li><h2>Login</h2>
       <ul>
          <?php wp_register(); ?>
          <li><?php wp_loginout(); ?></li>
       </ul>
    </li>

    Thread Starter earnj0

    (@earnj0)

    Thanks, It didn’t insert it back in the side bar, but if someone goes to leave a comment it does give them the option to register, before it didn’t. So that would be OK. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding the user name on page’ is closed to new replies.