bu kodu header php ye atmam gerekli hocam hangi koddan sonra eklemem lazım emrah hocam

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 16:03:37 -->-> Daha önceki mesaj 16:03:05 --

<div align="right">

<form name="loginform" id="loginform" action="http://xxx.com/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="http://xxx.com/wp-admin/" type="hidden">
<input name="testcookie" value="1" type="hidden">

</form>
</div>