【テンプレートタグ】get_search_form( 配列 )
テーマ内のテンプレートファイルsearchform.phpを探して出力する。テンプレートファイルがない場合は、WordPress標準の検索フォームHTMLを出力する。
<?php get_search_form(); ?>
【テンプレートタグ】get_search_form( 配列 )
テーマ内のテンプレートファイルsearchform.phpを探して出力する。テンプレートファイルがない場合は、WordPress標準の検索フォームHTMLを出力する。
<?php get_search_form(); ?>