If you remove ‘mutiple=”mutiple”‘ you can only search in ONE category or tag. Though WP allow searching posts in MUTIPLE categories or tags by passing cat(tag) as a comma separated parameter like “/s=keyword&cat=1,2,3″, it can not be implemented via html form elements without using javascript/ jQuery which brings extra complexities .
fumiu says:
検索結果のページのURLの後方が「?s=&tag[]=keyword」のようになっている場合、プラグインを次のように編集することで検索できるようになります。
* tag と category の後の「[]」を削除する
* 上の部分の前後にある「multiple=”multiple”」を削除する
以上、全部で4点の修正となります。
2009年9月19日, 7:43 PM小野大神 says:
Well, I am the author of this little plugin.
If you remove ‘mutiple=”mutiple”‘ you can only search in ONE category or tag. Though WP allow searching posts in MUTIPLE categories or tags by passing cat(tag) as a comma separated parameter like “/s=keyword&cat=1,2,3″, it can not be implemented via html form elements without using javascript/ jQuery which brings extra complexities .
2009年10月5日, 3:08 AM