I want to add login boxes (like facebook) to my header. I have found this code: $header_output .= ‘<div class=”header-right col-sm-4″>’.sf_aux_links(‘header-menu’, TRUE, “header-1”).'</div>’. “\n”;
if the sf-header file but I cannot figure out how to replace it with my code, which will be similar to this: <div align=”right”>
<form name=”loginform” id=”loginform” action=”wp-login.php” method=”post”>
Username <input value=”Username” class=”input” type=”text” size=”20″ tabindex=”10″ name=”log” id=”user_login” onfocus=”if (this.value == ‘Username’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Username’;}” /> <input name=”rememberme” id=”rememberme” value=”forever” tabindex=”90″ type=”checkbox”> Remember Me? <br />
Password <input value=”Password” class=”input” type=”password” size=”20″ tabindex=”20″ name=”pwd” id=”user_pass” onfocus=”if (this.value == ‘Password’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Password’;}” />
<input name=”wp-submit” id=”wp-submit” value=”Log In” tabindex=”100″ type=”submit”>
<input name=”redirect_to” value=”/wp-admin/” type=”hidden”>
<input name=”testcookie” value=”1″ type=”hidden”>
</form>
</div>
Please advise, and this is a fairly urgent matter. Your quick reply with be greatly appreciated