=== WP Client Logo Carousel List ===
Contributors: umakant_dataman
Donate Link: #
Tags: slider, logo
Requires at least: 3.0.1
Tested up to: 4.4.2
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


== Description ==

WP Client Logo Carousel List is a WordPress plugin which create custom post type to add client's logo's / icons to display anywhere of your site using shortcode.
WP Client Logo Carousel List is for Add Logos with this Shortcode '[logocarousel]'.


= Shortcode Options =
As of version 1.0, Please use '[logocarousel]' or `<?php echo do_shortcode('[logocarousel]'); ?>` shortcodes.

= Credits =

This plugin was written by WordPress Team of Dataman Computer Systems Pvt. Ltd.

== Installation ==

= The easy way: =

1. Go to the Plugins Menu in WordPress
1. Search for "WP Client Logo Carousel List"
1. Click 'Install'
1. Activate the plugin

= Manual Installation =

1. Download the plugin file from this page and unzip the contents
1. Upload the `wp-client-logo-carousel` folder to the `/wp-content/plugins/` directory
1. Activate the `wp-client-logo-carousel` plugin through the 'Plugins' menu in WordPress

= Once Activated =

1. Place the `[logocarousel]` shortcode in a Page or Post
2. Create new items in the `logocarousel` post type, uploading a Featured Image for each.


== Frequently Asked Questions ==

= The Slider Shortcode =

Place the `[logocarousel]` shortcode in a Page or Post

= Can I insert the carousel into a WordPress template instead of a page? =

Absolutely - you just need to use the [do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode) WordPress function. For example:
`<?php echo do_shortcode('[logocarousel]'); ?>`


== Screenshots ==

1. Front End View
2. List of Logos
3. Single Logo Image Page View

== Changelog ==

= 1.0 =
* Added shortcode attribute functionality for tweaking of slider options.


