Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、特定のカテゴリでカスタム投稿検索を作成したいと考えています。どうすればそれを作成できますか。
その特定のカテゴリに関連するカスタム where 条件を作成する方法は?
特定のクエリがある場合は、(search.phpで)検索結果をハイジャックしてみてください。
意味:
カテゴリ(ID)が通常の変数catIDと一緒に検索フォームによって(おそらくとして)送信される場合は、新しいを実行します。squery_posts('s=$s&paged...&cat=$catID');
catID
s
query_posts('s=$s&paged...&cat=$catID');
それ以外の場合は、内部検索で結果を処理します。