Archive

Archive your post types, also possible with cron and list via shortcode on frontend.

Author:Frank Bültge (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.7.28
Plugin version:1.0.2
Added to WordPress repository:01-06-2011
Last updated:04-05-2020
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, %:46
Rated by:3
Plugin URI:https://github.com/bueltge/Archive
Total downloads:14 834
Active installs:200+
plugin download
Click to start download

Archive your post types, also possible via cron; but only active via var inside the php-file.
Use the shortcode [archive] to list all posts from Archive with status publish to a page or post.
The shortcode can use different params and use the follow defaults.

'count'         => -1, // count or -1 for all posts
'category'      => '', // Show posts associated with certain categories.
'tag'           => '', // Show posts associated with certain tags.
'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"]

Also you can change the parameters to create the custom post type of the Archiv via the filter hook archive_post_type_arguments.

Crafted by Inpsyde · Engineering the web since 2006.


Screenshots
ChangeLog