Com esse código, você poderá colocar em seu Sidebar, um Formulário de Login.
Ele é muito útil para que você possa se conectar diretamente ao wp-admin.

No sidebar.php você colocará esse código:
<form name="loginform" method="post" id="cl_form" action="http://ENDEREÇODOSEUSITE/wp-login.php">
<fieldset>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td valign="top" width="40%">Login:</td>
<td valign="top" " width="60%">
<input type="text" name="log" id="log" value="<?php echo wp_specialchars(stripslashes($user_login), 1); ?>" type="text">
</td>
</tr>
<tr>
<td valign="top" width="40%">Senha:</td>
<td valign="top" " width="60%">
<input name="pwd" type="password" id="pwd" type="password">
</td>
</tr>
<tr>
<td valign="top" width="40%"> </td>
<td valign="top" " width="60%">
<input name="submit" type="submit" id="submit" value="<?php _e('Conectar'); ?>"> <input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />
</td>
</tr>
</table>
</fieldset>
<br /></form>
<fieldset>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td valign="top" width="40%">Login:</td>
<td valign="top" " width="60%">
<input type="text" name="log" id="log" value="<?php echo wp_specialchars(stripslashes($user_login), 1); ?>" type="text">
</td>
</tr>
<tr>
<td valign="top" width="40%">Senha:</td>
<td valign="top" " width="60%">
<input name="pwd" type="password" id="pwd" type="password">
</td>
</tr>
<tr>
<td valign="top" width="40%"> </td>
<td valign="top" " width="60%">
<input name="submit" type="submit" id="submit" value="<?php _e('Conectar'); ?>"> <input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />
</td>
</tr>
</table>
</fieldset>
<br /></form>
Não esqueça de trocar o ENDEREÇODOSEUSITE, pelo seu endereço.
Para que não apareça uma borda preta, no style.css você colocará esse código:
/******************* BORDA DO LOGIN ******************/
fieldset {
border: 0px none;
padding: 0 0 0 0;
margin:0 auto;}
fieldset {
border: 0px none;
padding: 0 0 0 0;
margin:0 auto;}
Essa página foi desenvolvida por mim. Não redistribua e se utilizar dê os devidos créditos.
Qualquer dúvida, pergunte em Ask-me.
Seja bem vindo ao Per Voi. Prazer, eu sou a Luh, tenho 28 anos, sou carioca e vascaína. Aqui nesse cantinho você poderá encontrar alguns materiais criados por mim e outros que fui juntando ao longo do tempo, da minha vida virtual. Espero que aproveite bem tudo que estou disponibilizando.
Luh Princess







