Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 493 Bytes

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.