WP AllPosts

Lists all posts in a single page

Author:Seitan (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.1.4
Plugin version:1.0
Added to WordPress repository:25-05-2011
Last updated:26-05-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:
Total downloads:1 457
Active installs:10+
plugin download
Click to start download

Adds ability to display list of all posts on a single page.

Just install and write following shortcode on a page, you want to display posts:

[wp-all-posts category=x orderby=y order=z]

Example:

[wp-all-posts category=15 orderby=title order=ASC]

Where ‘category’ is the category of posts, you want to list, ‘orderby’ – the way URL’s will be ordered
and ‘order’- the direction it will be ordered (ASC or DESC).