我有這個代碼它的工作用戶登錄成功,但我也需要這樣做,一旦登錄他被重定向到另一個頁面我不是很熟悉php,我看過在這裏和谷歌和重定向提交時,我看到你改變了動作=「目標網址」,但它已經有了它的PHP代碼,如果我改變它不起作用。 我很感激任何和所有幫助。當表單提交按鈕被點擊時重定向
<div id="apDiv4">
<form name="login-form" id="sidebar-login-form" class="standard-form" action=" <?php echo site_url('wp-login.php', 'login_post') ?>" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<label><?php _e('Username', 'buddypress') ?>
<input type="text" name="log" id="sidebar-user-login" class="input" value="<?php echo esc_attr(stripslashes($user_login)); ?>" /></label>
</td>
<td>
<label><?php _e('Password', 'buddypress') ?>
<input type="password" name="pwd" id="sidebar-user-pass" class="input" value="" /></label>
</td>
</tr>
<tr><td>
<p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="sidebar-rememberme" value="forever" /> <?php _e('Remember Me', 'buddypress') ?></label></p></td>
<td>
<?php do_action('bp_sidebar_login_form') ?>
<input type="image" value=<img src="http://anime.edgardoroldanonline.com/wp-content/themes/buddyboss-child-fixed-navbar/images/button-letmein.png" width="127" height="26" name="wp-submit" id="sidebar-wp-submit" tabindex="100" />
<input type="hidden" name="testcookie" value="1" />
?>
</td>
</td>
</tr>
</table></td>
</tr>
</table>
</form>
</div>
就像一個魅力頂部一方沒有給我一個錯誤說它已經被pluggable.php調用,但頂級的完美謝謝勞倫斯:) –