#
ドキュメント

Document

自分のための備忘録です。

WordPressの検索

$s = $_GET['query'];
$s = mb_convert_kana($s, 'a');
global $query_string;
query_posts($query_string . '&s=' . $s);

上記の場合、&s=' . $sは、タイトルのみ検索。