Re: Login error
Line 37 of header.php in the home theme is missing an echo.
Correct line should read:
<form name=”login-form” id=”login-form” action=”<?php echo get_option(‘home’) ?>/wp-login.php” method=”post”>
Brad
Line 37 of header.php in the home theme is missing an echo.
Correct line should read:
<form name=”login-form” id=”login-form” action=”<?php echo get_option(‘home’) ?>/wp-login.php” method=”post”>
Brad
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS