{"id":13324,"date":"2011-06-01T14:12:40","date_gmt":"2011-06-01T14:12:40","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/archive\/"},"modified":"2020-05-04T13:16:12","modified_gmt":"2020-05-04T13:16:12","slug":"archive","status":"publish","type":"plugin","link":"https:\/\/bg.wordpress.org\/plugins\/archive\/","author":149916,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"trunk","tested":"4.7.33","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Archive","header_author":"Frank B\u00fcltge","header_description":"","assets_banners_color":"","last_updated":"2020-05-04 13:16:12","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/bueltge\/Archive","header_author_uri":"http:\/\/bueltge.de\/","rating":2.3,"author_block_rating":0,"active_installs":100,"downloads":16508,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":"1","3":0,"4":"1","5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.2","0.0.3","0.0.4","0.0.5","1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1070601","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1070601","resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1070601","resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Possibility to archive on posts, WP 4.2-alpha","2":"Possibility to archive on posts, WP 3*","3":"In Archive, also possible to restore, WP 3*"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1445,1794,86],"plugin_category":[],"plugin_contributors":[77677,77675],"plugin_business_model":[],"class_list":["post-13324","plugin","type-plugin","status-publish","hentry","plugin_tags-archive","plugin_tags-custom-post-type","plugin_tags-post","plugin_contributors-bueltge","plugin_contributors-inpsyde","plugin_committers-bueltge"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/archive.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/archive\/assets\/screenshot-1.png?rev=1070601","caption":"Possibility to archive on posts, WP 4.2-alpha"},{"src":"https:\/\/ps.w.org\/archive\/assets\/screenshot-2.png?rev=1070601","caption":"Possibility to archive on posts, WP 3*"},{"src":"https:\/\/ps.w.org\/archive\/assets\/screenshot-3.png?rev=1070601","caption":"In Archive, also possible to restore, WP 3*"}],"raw_content":"<!--section=description-->\n<p>Archive your post types, also possible via cron; but only active via var inside the php-file.\nUse the shortcode [archive] to list all posts from Archive with status publish to a page or post.\nThe shortcode can use different params and use the follow defaults.<\/p>\n\n<pre><code>'count'         =&gt; -1, \/\/ count or -1 for all posts\n'category'      =&gt; '', \/\/ Show posts associated with certain categories.\n'tag'           =&gt; '', \/\/ Show posts associated with certain tags.\n'post_status'   =&gt; 'publish', \/\/ status or all for all posts\n'echo'          =&gt; 'true', \/\/ echo or give an array for use external\n'return_markup' =&gt; 'ul', \/\/ markup before echo title, content\n'title_markup'  =&gt; 'li', \/\/ markup before item\n'content'       =&gt; 'false', \/\/ view also content?\n'debug'         =&gt; 'false' \/\/ debug mor vor view an array\n<\/code><\/pre>\n\n<p>An example for use shortcode with params: <code>[archive count=\"10\" content=\"true\"]<\/code><\/p>\n\n<p>Also you can change the parameters to create the custom post type of the Archiv via the filter hook <code>archive_post_type_arguments<\/code>.<\/p>\n\n<p><strong>Crafted by <a href=\"http:\/\/inpsyde.com\">Inpsyde<\/a> &middot; Engineering the web since 2006.<\/strong><\/p>\n\n<!--section=installation-->\n<h4>Requirements<\/h4>\n\n<ul>\n<li>WordPress version 3.0 and later (tested at 4.2-alpha)<\/li>\n<li>PHP 5.3<\/li>\n<\/ul>\n\n<h4>Installation<\/h4>\n\n<ol>\n<li>Unpack the download-package<\/li>\n<li>Upload the folder and all folder and files includes this to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Now you find a link on all post types for archive the item<\/li>\n<\/ol>\n\n<h4>Licence<\/h4>\n\n<p>Good news, this plugin is free for everyone! Since it's released under the GPL3+, you can use it free of charge on your personal or commercial blog.<\/p>\n\n<!--section=changelog-->\n<h4>1.0.2 (2015-04-06)<\/h4>\n\n<ul>\n<li>Fix for activation and 3 characters of unexpected output<\/li>\n<li>Small sanitation enhancements<\/li>\n<\/ul>\n\n<h4>1.0.1 (2015-03-12)<\/h4>\n\n<ul>\n<li>Fix activate, deactivate values for all new capabilities on custom post type; Result was an bug to see the menu item<\/li>\n<li>Fix value on register post type<\/li>\n<li>Code maintenance<\/li>\n<\/ul>\n\n<h4>1.0.0 (2015-01-18)<\/h4>\n\n<ul>\n<li>Remove custom function to check for right post type, fixes error notice since WP 4.0.<\/li>\n<li>Remove custom css, switch to Dashicon.<\/li>\n<li>Enhance Shortcode parameters with <code>category<\/code> and <code>tag<\/code>.<\/li>\n<li>Add filter hook <code>archive_post_type_arguments<\/code> to change default parameters on create custom post type archiv.<\/li>\n<li>Code inspections, simplify post type and screen checks.<\/li>\n<\/ul>\n\n<h4>0.0.5<\/h4>\n\n<ul>\n<li>Fix php notices<\/li>\n<\/ul>\n\n<h4>0.0.4<\/h4>\n\n<ul>\n<li>add shortcode to list on frontend<\/li>\n<li>add function to add all items to wp query, set only via var in php file<\/li>\n<\/ul>\n\n<h4>0.0.3<\/h4>\n\n<ul>\n<li>small fixes on language file for better read.<\/li>\n<li>cron on default inactive<\/li>\n<\/ul>\n\n<h4>0.0.2<\/h4>\n\n<ul>\n<li>first release on wp.org<\/li>\n<\/ul>\n\n<h4>0.0.1<\/h4>\n\n<ul>\n<li>Release first version<\/li>\n<\/ul>","raw_excerpt":"Archive your post types, also possible with cron and list via shortcode on frontend.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=13324"}],"author":[{"embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bueltge"}],"wp:attachment":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13324"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13324"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13324"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13324"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13324"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}