Placing Login Form on Front Page of Wordpress
February 8th, 2010
If your running Wordpress, you’ll know that if you want to log into the admin dashboard, you have to type in the URL for the login page. This can be inconvenient if you set up a social website where you want users to be able to login. Sure, a link to the login page can be done, but that requires one extra click and loading of the page. WPDesigner has a great snippet of code to add to your theme so users can login from the front page. The Code You can download the code from WPDesigner. But here is a quick preview of the code: <li> <?php global $user_ID, $user_identity, $user_level ?> <?php if ( $user_ID ) : ?> <h2>Control panel</h2> <ul> <li>Identified as <strong><?php echo $user_identity ?></strong>. <ul> <li><a... Continue Reading...
Tags: login form, Wordpress
Filed under Wordpress | No Comments »
