List category posts Wordpress Plugin (English)
Description
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].
Since version 0.2, List Category Posts includes a sidebar widget. It works pretty much the same as the plugin itself.
Comments are closed on this page, since it’s gone out of hand. If you want to ask for support, or request a feature, check the following links:
Support
List Category Posts WordPress Plugin support
Features request
List Category Posts WordPress Plugin new features request
Usage
See the instructions for usage
(Included in the README file)
Support this plugin:
Installation
- Upload list-category-posts directory into your wp-content/plugins/ directory.
- Login to your WordPress Admin menu, go to Plugins, and activate it.
- Add “lcp_catlist” class into your theme’s CSS for custom formatting.
- You can find the List Category Posts widget in your widgets.
You can choose a template for the plugin’s output with the ‘template’ parameter: 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:
<ul class="lcp_catlist"> <li> <a href="post_url"> Post title </a></li> <li> <a href="post_url"> Post title </a></li> <li> <a href="post_url"> Post title </a></li> </ul>
You can see it working here:
http://picandocodigo.net/programacion/

Los contenidos de éste sitio se encuentran publicados bajo
List category posts…
List Category Posts is a simple WordPress plugin which allows you to list some posts from a category into a post/page using [catlist=ID], where ID stands for the Category Id….