• Is there a plugin or technique that would allow me to place a login for users on the main page of my blog?

Viewing 1 replies (of 1 total)
  • It ships with WP right out of the box in the Meta section of the sidebar.php file in both Default and Classic themes.

    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    </ul>
Viewing 1 replies (of 1 total)
  • The topic ‘Login from main page’ is closed to new replies.