Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raideus committed Jun 27, 2015
1 parent 8e7051a commit e1414cd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,10 @@ Use at your own risk!

## Installation

### As a plugin

WP Advanced Search can be configured as a 'must-use' plugin in the 'mu-plugins'
directory.

1. Clone or copy this repository to a folder named 'wp-advanced-search' inside /wp-content/mu-plugins
2. Create a file 'load.php' in 'wp-content/mu-plugins/' and add the following:

`<?php`
`require_once WPMU_PLUGIN_DIR.'/wp-advanced-search/wpas.php';`

### As a theme extension

1. Clone or copy the repository to a folder named 'wp-advanced-search' inside your theme directory.

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.

0 comments on commit e1414cd

Please sign in to comment.