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/
- 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]