PR
スポンサーリンク

get_search_form();ででてくるソース

当サイトでは広告リンクを使用しています
<?php get_search_form(); ?>
<form role="search" method="get" id="searchform" class="searchform" action="">
  <div>
    <label class="screen-reader-text" for="s">検索:</label>
    <input type="text" value="" name="s" id="s" />
    <input type="submit" id="searchsubmit" value="検索" />
  </div>
</form>   
Internal error - WordPress Codex 日本語版

コメント