Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // wordpress login form
- <form name="loginform" id="loginform" action="<?php bloginfo('url');?>/wp-login.php" method="post">
- <div class="form-group">
- <label for="user_login">Username</label>
- <input style="padding:5px;" type="text" name="log" class="form-control" id="exampleInputEmail1" placeholder="Username">
- </div>
- <div class="form-group">
- <label for="exampleInputPassword1">Password</label>
- <input style="padding:5px;" name="pwd" type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
- </div>
- <p class="forgetmenot"><label for="rememberme"><input name="rememberme" type="checkbox" id="rememberme" value="forever" /> Remember Me</label></p>
- <button type="submit" name="wp-submit" class="btn btn-default">Log In</button>
- <input type="hidden" name="redirect_to" value="<?php bloginfo('url');?>" />
- <input type="hidden" name="testcookie" value="1" />
- </form>
Advertisement
Add Comment
Please, Sign In to add comment