Archive your post types, also possible with cron and list via shortcode on frontend.
Archive your post types, also possible via cron; but only active via var inside the php-file. Use the shortcode [archive] to list al posts from Archive with status publish to a page or post. The Shortcode can use different params and use the folow defaults.
'count' => -1, // count or -1 for all posts
'post_status' => 'publish', // status or all for all posts
'echo' => TRUE, // echo or give an array for use external
'return_markup' => 'ul', // markup before echo title, content
'title_markup' => 'li', // markup before item
'content' => FALSE, // view also content?
'debug' => FALSE // debug mor vor view an array
An example for use shortcode with params: [archive count="10" content="true"]
Requires: 3.0 or higher
Compatible up to: 3.4-Beta3
Last Updated: 2012-4-24
Downloads: 1,812
Got something to say? Need help?