I have added several new fields to the user profile (areacode, company, affiliate, etc) and I would like to present a way to search on these fields. Please point me in the right direction.
Leave a Reply
You must be logged in to post a comment.
I have added several new fields to the user profile (areacode, company, affiliate, etc) and I would like to present a way to search on these fields. Please point me in the right direction.
You must be logged in to post a comment.
I just had a project where i needed to create a search by user meta form and i ended up creating a shortcode for it, i just altered it a bit to show you how to make it work with your fields, so just paste this code inside your theme’s functions.php file or a plugin file:
Usage:
simply create a page or a post and enter
[user_search]
There are some plugins that you can take give a try, it may not be exact, but it should cover your needs:
Search everything
http://wordpress.org/extend/plugins/search-everything/
faceted search
http://wordpress.org/extend/plugins/faceted-search/
wp custom field search
http://wordpress.org/extend/plugins/wp-custom-fields-search/