WordPress Plugin: List Category Posts

The Clutter Fairy Newsletter Article ArchiveList Category Posts is a WordPress plugin that allows you to list posts from a single category into a post or page using a specially constructed [catlist] shortcode. The shortcode contains the category name or ID number, the order in which you want the posts to display, the number of posts to display, and several other optional parameters. You can use as many instances of the [catlist] shortcode as you like with different arguments.

The Newsletter Article Archive on The Clutter Fairy web site is an example of the List Category Posts plugin at work. Here’s the shortcode:

[catlist name='Newsletter articles' orderby=date
order=desc date=yes excerpt=yes numberposts=-1]

Explanation: Display posts from the category “Newsletter articles.” Sort them in descending order by date. Show the date and an excerpt of the post. The numberposts=-1 parameter set the number of posts to display as unlimited.

Read more or download the List Category Post plugin from the plugin site.

Leave a Comment

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>