The Display Posts Shortcode was written to allow users to display listings of posts without knowing PHP or editing template files..
Add the in post or page, and use the arguments to query based on tag, category, post type, and many other possibilities.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Version 2.8.0 * Added include link= false to remove link from post title and image, see #137 * Fixed category display when using multiple post types, see #143 * Fixed issue combining multiple taxonomies, see #131.
Version 2.7.0 * Added support for Co-Authors Plus Addon. * Added parameter to exclude children terms in tax queries, more information * Added filter to display the version of manual excerpt, regardless of excerpt length more information * Removed shortcodes from custom excerpts, more information * Fixed private post visibility, more information.
Version 2.6.2 * More improvements to excerpts, see #110 * Added content class parameter * Fix date query bug, see #108 * Fixed undefined variable notice if include title= false..
Added post parent where you can specify parent by ID, or you can say post parent=current and it will use ID..
Version 1.5 * For the sake of I'm changing version numbers.
Added post type, taxonomy, tax term, and include excerpt.
Added classes to each part of the listing to make it easier to change the look using CSS..
Read more