=== Autocomplete Post Search ===
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=afroz92@gmail.com&item_name=Autocomplete+Post+Search
Tags: autocomplete functionility, autocomplete search form, search form
Contributors: NetAttingo Technologies
Author: NetAttingo Technologies
Tested up to: 4.5.2
License: GPLv2
Requires at least: 3.5.0
Stable tag: 1.0.0

== Description ==
This plugin provides search form that will search any post with autocomplete functionility. 

<strong>Features</strong>

* Shortcode based
* Easy to use

== Screenshots ==

1. Back end Auto Post Search setting
2. Front end search form look


== Frequently Asked Questions ==
1. No technical skills needed.

== Changelog ==
This is first version no known errors found

== Upgrade Notice == 
This is first version no known notices yet

== Installation ==
1. Upload the folder "autocomplete-post-search" to "/wp-content/plugins/"
2. Activate the plugin through the "Plugins" menu in WordPress
3. Go to Wp-admin-> Auto Post Search setting , here we can exclude post types from autocomplete post search.
4. use shortcode to call search from in page or post
`
[autocomplete-post-search] 
` 

In PHP template use call shortcode using below function 
`
<?php do_shortcode('[autocomplete-post-search]'); ?>
`
