=== Plugin Name ===
Contributors: themestulip
Tags: comments, spam
Requires at least: 4.6
Tested up to: 4.6.1
Stable tag: 4.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

It will show all vendor list with location. 

== Description ==

With the help of this plugin you can show all vendors with their location.

You need to add diffent vendor name with adding category as location.

To filter with vendor name use following shordcode.
[vendorlist vendorname="Reabook"] 
it will list all reabook vendor only

To filter with vendor name and its location you have to use follwing shortcode
[vendorlist vendorname="Reabook" vendorcity="pune"] 
it will list all reabook vendor which have location pune.

== Installation ==

This section describes how to install the plugin and get it working.

e.g.

1. Upload the plugin files to the '/wp-content/plugins/vendor-city' directory.
1. Activate the plugin through the 'Plugins' screen in WordPress


== Screenshots ==

1. This screen shot shows all vendor name only when we used [vendorlist vendorname="Reabook"] shordcode.
screenshot-1.png

2. This screen shot shows all vendor name which have location. when we used [vendorlist vendorname="Reabook" vendorcity="pune"] 
 shordcode. screenshot-2.png

3. This screen shot shows vendor custom post type. screenshot-3.png

4. This screen shot shows vendor details page including all custom fields. screenshot-4.png



== Changelog ==

= 1.0 =
*Release Date - 20 December, 2016*
* New version of plugin introduced.