|
|
category
 |
|
 |
|
| List category posts 0.7.1 |
Author: Fernando Briano
List Category Posts is a simple WordPress plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode. This shortcode accepts a category name or id, the order in which you want the posts to display, and the number of posts to display. You can use [catlist] as many times as needed with different arguments. Great to use WordPress as a CMS, and create pages with several categories posts.
Usage: [catlist argument1=value1 argument2=value2] Installation:
Upload listcat directory into you wp-content/plugins/ directory.
Login to your WordPress Admin menu, go to Plugins, and activate it.
Edit the default.php file on templates to customize the way the categories are displayed, or use the default one included in the plugins code. You can use several different templates if you want.
You can find the List Category Posts widget in your widgets. Hasnt been tested, still in development, but usable.
If youre updating List Category Posts from version 0.1, you must change the code in the pages using it, since its not backwards compatible. LCP now uses WordPresss shortcode API, in order to allow arguments. You should chang the previous [catlist=ID] to [catlist id=ID].
|
|
|
 |
|
 |
|
|