List Posts by Categories

Displays a list of posts in one or more categories (with OR,AND logic between categories) using simple shortcode.

Author:Manuel Pérez López (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:3.2.1
Plugin version:0.1
Added to WordPress repository:03-07-2011
Last updated:03-07-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/list-post...
Total downloads:6 581
Active installs:90+
plugin download
Click to start download

Add a list of your latest blog entries on any page.
With simple shortcode you can place a list of your latest news (or/and other blog categories) on any page or post.

Documentation

[postsbycategories array1cat=”category1,category2″ array2cat=”category3″ sortby=”title|date” order=”ASC|DESC” posts_per_page=”-1|X”]
Use the following shortcode anywhere on your page or post following the examples below:

[postsbycategories array1cat=”category1″ array2cat=”category3″ sortby=”date” order=”DESC” posts_per_page=”-1″]
Show a list of post/pages into category ‘category1’ AND ‘category3’, sort by published date, descendent, and without limit of posts/pages per page.

[postsbycategories array1cat=”category1,category2″ sortby=”title” order=”ASC” posts_per_page=”8″]
Show a list of post/pages into category ‘category1’ OR ‘category2’, sort by title, ascendent, and limit to 8 posts/pages per page.

[postsbycategories array1cat=”category1,category2″ array2cat=”category3″]
Show a list of post/pages into category (‘category1’ OR ‘category2’) AND category3, and by default sort published by date, descendent, and no limit posts/pages per page.


FAQ
ChangeLog