A PHP framework for building advanced search forms in WordPress
-
Create a new directory "wp-advanced-search" within your theme folder.
-
Add the following to your theme's functions.php file:
require_once('wp-advanced-search/wpas.php');
See the included demo template under /demo/wp-advanced-search-demo.php for an example of how to create your own forms.