관리-도구
편집 파일: searchform.php
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <input type="search" name="s" id="search" value=""/> </form> <? /* <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td style="width:100%;"><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" class="search_input" /></td> <td><input type="submit" value="Search" alt="SEARCH" /></td> </tr> </tbody> </table> </form> */ ?>