WP AllPosts

Plugin Banner

WP AllPosts

by seitan

Download
Description

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).

Back to top