Usage The arguments you can use are:
name - To display posts from a category using the category's name. Ex: [catlist name=mycategory]
id - To display posts from a category using the category's id. Ex: [catlist id=24]. You can include several categories: Ex: [catlist id=17,24,32] or exclude a category with the minus (-)
If you use both arguments (wrong!), List Category Posts will show the posts from the category in 'name'.
orderby - To customize the order. Valid values are:
numberposts - Number of posts to return. Set to 0 to use the max number of posts per page. Set to -1 to remove the limit. Default: 5. Ex: [catlist name=mycategory numberposts=10]
date - Display post's date next to the title. Default is 'no', use date=yes to activate it.
author - Display the post's author next to the title. Default is 'no', use author=yes to activate it.
dateformat - Format of the date output. Default is getoption('dateformat')
template - File name of template from templates directory without extension. Example: For 'template.php' value is only 'template'. Default is 'default' that means template in code of plugin not in template file, that's an unordered list (ul html tag) with a CSS class: 'lcp_catlist'
excerpt - Display the post's excerpt. Default is 'no', use excerpt=yes to activate it.
Since version 0.2, List Category Posts includes a sidebar widget. It works pretty much the same as the plugin itself.
Your comments and feedback are welcome at: http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/
New Code is welcome :D




