=== List Custom Post with featured image ===
Contributors: 	   devikas301
Tags: 			   custom post grid, rockon, custom post list, shortcode, pagination, post, post image, title, vs
Requires at least: 3.6
Tested up to: 	   6.6.2
Stable tag: 	   1.2
License: 		   GPLv2 or later
License URI: 	   http://www.gnu.org/licenses/gpl-2.0.html

Simple plugin. Show feature image, title with pagination on anywhere using shortcode.

== Description ==

This plugin allows to create gallery for custom post using short-code.


== Installation ==

Use WordPress Add New Plugin feature, searching "List Custom Post with featured image", or download the archive and:

1. Unzip the archive on your computer  
2. Upload `list-custom-post-image` directory to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Use shortcode & show post gallery on anywhere

 == Screenshots ==

1. Gallery page in the front-end.
2. Showing shortcode on plugin section back-end.
3. Using shortcode on back-end & same as its working with phpcode using do_shortcode().

== Shortcode ==

 <code> [LCPOSTLIST post_type="post" limit=4 order="ASC" pagination="off"] </code> 