=== List category posts with pagination ===
Contributors: Mukesh patel
Donate Link: http://w3grip.com/wordpress/list-category-posts-with-pagination-plugin/
Tags: list, categories, posts,pagination,paging
Requires at least: 2.8
Tested up to: 3.2.1
Stable tag: 1.0

== Description ==
List Category Posts with pagination allows you to list posts from a category into a post or page using the [mycatlist] shortcode.

The shortcode accepts a category id so attribute would be "cat=Category_ID, the order would be default according to post date, and the number of posts will be  displayed according to pagination option. 

Great to use WordPress as a CMS, and create pages with several categories posts.


Works correctly with WordPress 3.1 and default theme
(http://wordpress.org/support/topic/399754)

**Usage**: `[mycatlist cat=Category_ID]`

**Support the plugin**

If you've found the plugin useful, Visit My site http://w3grip.com/


==Installation==

* Upload listcat directory into your wp-content/plugins/ directory.
* Login to your WordPress Admin menu, go to Plugins, and activate it.
* or Just upload zip file by clicking plugin menu and activate it.
==Other notes==

**Usage**
The arguments you can use are:


* **id** - To display posts from a category using the category's catid. Ex: [mycatlist cat=1]. You can **include several categories**: Ex: [mycatlist cat=17,24,32]

