<form role="search" method="get" id="searchform" action="" >
<div><label for="s">Поиск:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Найти" />
</div>
</form>
Форма Авторизации
<form action="[SITE]/wp-login.php" method="post" id="login">
<input name="user" size="20" tabindex="1"
type="text" value="">
<label for="user">Имя</label><br />
<input name="password" size="20" tabindex="2" type="password">
<label for="password">Пароль</label><br />
<input name="submit" id="submit" value="Войти" type="submit">
<br />
</form>
Форма комментирования
<form action="[SITE]/wp-comments-post.php" method="post"
id="commentform">
<input name="author" id="author" size="28" tabindex="1"
type="text" value="[BKEYWORD]">
<label for="author">Имя</label> (ВСЕМ обязательно)<br />
<input name="email" id="email" size="28" tabindex="2" type="text">
<label for="email">E-mail</label> (Всегда обязательно)<br />
<input name="url" id="url" size="28" tabindex="3" type="text">
<label for="url">Сайт</label><br />
<label for="comment">Ваш комментарий:</label>
<br /><br />
<textarea name="comment" id="comment" cols="60" rows="10"
tabindex="4"></textarea>
<br />
<input name="submit" id="submit" tabindex="5"
value="Комментировать [BKEYWORD]!" type="submit">
<input name="comment_post_ID" value="875" type="hidden">
<br />
</form>