Reputation: 113
I need to customize "Search" for my website. The requirement is to search only posts by "Category" "Author" "Date-time" and two "custom-fields". Or is there any plugin which can I use for this task.
Upvotes: 3
Views: 130
Reputation: 1189
There is a plugin called WP Custom Search. I used this plugin to search by user, category (using own ajax script). Also you can search by custom fields.
Upvotes: 1
Reputation:
http://wordpress.org/extend/plugins/wp-custom-fields-search/
OR work in the search.php file then here update queries with http://codex.wordpress.org/Function_Reference/query_posts or http://codex.wordpress.org/Class_Reference/WP_Query
Good luck! :)
Upvotes: 1