{"id":14456,"date":"2011-08-15T11:24:22","date_gmt":"2011-08-15T11:24:22","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/recent-posts-plus\/"},"modified":"2013-01-17T23:48:04","modified_gmt":"2013-01-17T23:48:04","slug":"recent-posts-plus","status":"publish","type":"plugin","link":"https:\/\/as.wordpress.org\/plugins\/recent-posts-plus\/","author":8221889,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.11","stable_tag":"trunk","tested":"3.5.2","requires":"2.9.0","requires_php":"","requires_plugins":"","header_name":"Recent Posts Plus","header_author":"Patrick Galbraith","header_description":"","assets_banners_color":"","last_updated":"2017-11-28 18:52:29","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.pjgalbraith.com\/2011\/08\/recent-posts-plus\/","header_plugin_uri":"http:\/\/www.pjgalbraith.com\/2011\/08\/recent-posts-plus\/","header_author_uri":"http:\/\/www.pjgalbraith.com","rating":4.8,"author_block_rating":0,"active_installs":1000,"downloads":50392,"num_ratings":14,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.11":"<p>Sticky posts won&#039;t stick to the top of the results the old functionality can be restored by modifing the WP_Query option<\/p>","1.0.10":"<p>Fixed excerpt ellipsis being added to the title incorrectly<\/p>","1.0.9":"<p>Added option to customize the ellipsis within the Widget Output Template<\/p>","1.0.8":"<p>Fixed tags being broken by truncation, plus other small fixes.<\/p>","1.0.7":"<p>Added ability to display author avatar and use raw php in output template.<\/p>","1.0.6":"<p>Link and paragraph tags no longer stripped from excerpt. Now matches output of v 1.0.4<\/p>","1.0.5":"<p>Added custom field tag, ability to truncate by words, and other fixes. See documentation for more info.<\/p>","1.0.4":"<p>Added new inline date formatting. See documentation for more info.<\/p>","1.0.3":"<p>Fixed issue with limiting excerpt chars.<\/p>","1.0.2":"<p>Fixes issues with widget options panel.<\/p>","1.0.1":"<p>Fixes rendering issue.<\/p>","1.0.0":"<p>Initial release.<\/p>"},"ratings":{"1":0,"2":"1","3":0,"4":0,"5":"13"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.10","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1777170","resolution":"1","location":"plugin"}},"screenshots":{"1":"Widget options screen"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[4883,166,2281,1083,162],"plugin_category":[43],"plugin_contributors":[79665],"plugin_business_model":[],"class_list":["post-14456","plugin","type-plugin","status-publish","hentry","plugin_tags-post-plugins","plugin_tags-posts","plugin_tags-recent","plugin_tags-recent-posts","plugin_tags-widget","plugin_category-customization","plugin_contributors-pjgalbraith","plugin_committers-pjgalbraith"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/recent-posts-plus.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/recent-posts-plus\/trunk\/screenshot-1.jpg?rev=1777170","caption":"Widget options screen"}],"raw_content":"<!--section=description-->\n<p>An advanced version of the WordPress Recent Posts widget allowing increased customization.<\/p>\n\n<p>Features Include:<\/p>\n\n<ul>\n<li>Display post thumbnails, with customizable size.<\/li>\n<li>Display post excerpt, author, comment count, and more. <\/li>\n<li>Provides options to trim the number of characters in the title and excerpt.<\/li>\n<li>Override the post order to order by; date modified, title, post ID, random, comment count etc.<\/li>\n<li>Exclude or include specific posts, authors, tags, or categories.<\/li>\n<li>Also includes a simple template parser so you can override the default output making custom styling easy.<\/li>\n<\/ul>\n\n<h3>Documentation<\/h3>\n\n<p>See documentation at http:\/\/www.pjgalbraith.com\/2011\/08\/recent-posts-plus\/<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>recent-posts-plus.php<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the widget to your sidebar in 'Appearance\/Widgets' in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>See documentation at http:\/\/www.pjgalbraith.com\/2011\/08\/recent-posts-plus\/ and existing questions and answers at http:\/\/www.pjgalbraith.com\/2011\/08\/recent-posts-plus\/#comments<\/p>\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload <code>recent-posts-plus.php<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add the widget to your sidebar in 'Appearance\/Widgets' in WordPress<\/li>\n<\/ol><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.11<\/h4>\n\n<ul>\n<li>Exclude sticky posts being included at the beginning of posts returned, but the sticky post will still be returned in the natural order of that list of posts returned<\/li>\n<\/ul>\n\n<h4>1.0.10<\/h4>\n\n<ul>\n<li>Fixed excerpt ellipsis being added to the title incorrectly<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>Added option to customize the ellipsis within the Widget Output Template using <code>{ELLIPSIS}...{\/ELLIPSIS}<\/code> tag<\/li>\n<li>The output of more template tags is now available when using PHP within the Widget Output Template<\/li>\n<li>Other minor tweaks<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>Fixed tags being broken by truncation<\/li>\n<li>Note: links are being stripped again but formatting should be same as v 1.0.4<\/li>\n<li>Widget admin javascript is only being added when needed<\/li>\n<li>Added code to prevent direct script access<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Added option to display post author's avatar. Using <code>{AUTHOR_AVATAR}<\/code> tag<\/li>\n<li>Added ability to add raw PHP code to the widget output template option<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Link and paragraph tags no longer stripped from excerpt. Now matches output of v 1.0.4<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Added ability to display custom fields i.e. meta-data<\/li>\n<li>Added option to truncate title and excerpt by number of words instead of just chars<\/li>\n<li>Added custom excerpt trimming function to avoid issues caused by WordPress' overly simplistic excerpt function<\/li>\n<li>Minor localization fixes<\/li>\n<li>Small reduction in DB queries<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Added ability to override the date format inline, so you can have multiple date formats<\/li>\n<li>Changed the default date format to \"M j\"<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixed issue with limiting excerpt chars<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixed issue with thumbnail size input field width in Google Chrome<\/li>\n<li>Fixed issue when adding a new widget instance, expert options wouldn't toggle on<\/li>\n<li>Added licence<\/li>\n<li>Added readme<\/li>\n<li>Added screenshot<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Prevented htmlspecialchars from being encoded twice<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"An advanced version of the WordPress Recent Posts widget, allows display of thumbnails, post excerpt, author, comment count, and more.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14456"}],"author":[{"embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pjgalbraith"}],"wp:attachment":[{"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14456"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14456"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14456"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14456"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14456"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/as.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}