/wp-advanced-search

A PHP framework for building advanced search forms in WordPress

Primary LanguagePHP

WP Advanced Search

A PHP framework for building advanced search forms in WordPress

View Documentation

Installation

  1. Create a new directory "wp-advanced-search" within your theme folder.

  2. Add the following to your theme's functions.php file:

require_once('wp-advanced-search/wpas.php');

Usage

See the included demo template under /demo/wp-advanced-search-demo.php for an example of how to create your own forms.