#17230 closed enhancement (wontfix)
Make the search widget better.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.1 |
| Component: | Widgets | Keywords: | |
| Focuses: | Cc: |
Description
If a user knows the stuff he is looking for is in a post why does the search bar needs to look for pages or plug ins also? It is a waste of time!
At many sites you can choose to search in the posts or in the pages only and I think it would be a handy feature in WordPress too!
Change History (3)
Note: See
TracTickets for help on using
tickets.
This can be done in a plugin. Our current widget is as simple as possible and there's no need to add existing UI elements.
You can pass a post_type field via your own search widget and WP_Query will handle that.