{"id":14950,"date":"2011-09-17T22:19:25","date_gmt":"2011-09-17T22:19:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/post-blocks\/"},"modified":"2017-12-29T13:54:44","modified_gmt":"2017-12-29T13:54:44","slug":"post-blocks","status":"publish","type":"plugin","link":"https:\/\/mk.wordpress.org\/plugins\/post-blocks\/","author":8343998,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.0.6","stable_tag":"0.0.6","tested":"4.9.29","requires":"4.0","requires_php":"","requires_plugins":"","header_name":"Post Blocks","header_author":"Jeremy Tompkins","header_description":"","assets_banners_color":"","last_updated":"2017-12-29 13:54:44","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=FSUVY53M35HTY","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/post-blocks\/","header_author_uri":"http:\/\/www.exec-tools.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4180,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>v0.0.6 Adds the ability to place posts in pages\nv0.0.5 Adds the ability to choose a post category\nv0.0.4 adds the ability to turn off the plugins css\nv0.0.3 fixes the CSS not saving on the config page<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1794175","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1794175","resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.1","0.0.3","0.0.4","0.0.5","0.0.6"],"block_files":[],"assets_screenshots":{"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"2254001","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"2254001","resolution":"1","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"2254001","resolution":"2","location":"plugin"}},"screenshots":{"1":"Screenshot Widget Display","2":"Screenshot Widget Options","3":"Screenshot Settings"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[86,44212,241],"plugin_category":[43],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-14950","plugin","type-plugin","status-publish","hentry","plugin_tags-post","plugin_tags-post-blocks","plugin_tags-widgets","plugin_category-customization","plugin_committers-avitar"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/post-blocks\/assets\/icon-128x128.png?rev=1794175","icon_2x":"https:\/\/ps.w.org\/post-blocks\/assets\/icon-256x256.png?rev=1794175","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/post-blocks\/trunk\/screenshot-1.jpg?rev=2254001","caption":"Screenshot Widget Display"},{"src":"https:\/\/ps.w.org\/post-blocks\/trunk\/screenshot-2.jpg?rev=2254001","caption":"Screenshot Widget Options"},{"src":"https:\/\/ps.w.org\/post-blocks\/trunk\/screenshot-3.jpg?rev=2254001","caption":"Screenshot Settings"}],"raw_content":"<!--section=description-->\n<p>Post Blocks extends the basic WordPress functionality to enable posts to be listed anywhere you can put a widget. Limit the number of posts displayed by count or category.  Turn display of future posts on\/off from the settings menu.<\/p>\n\n<p><a href=\"http:\/\/www.exec-tools.com\/post-blocks\/examples\/\">Demonstration<\/a><\/p>\n\n<h4>v0.0.6 - 2017-11-17<\/h4>\n\n<ul>\n<li>FIX : Fixed future post 404 error when not logged in (removed link to future post article)<\/li>\n<li>NEW : Support for PHP 7<\/li>\n<li>NEW : Added ability to place posts in page content with [post_blocks] keyword<\/li>\n<\/ul>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Sidebar Widget : Show posts in a block, control the number of posts and how much text is displayed<\/li>\n<li>Posts In Page Content : Show posts in pages as content blocks<\/li>\n<\/ul>\n\n<h3>Credits<\/h3>\n\n<p>Copyright 2017 by Jeremy Tompkins<\/p>\n\n<p>This program is free software; you can redistribute it and\/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.<\/p>\n\n<p>This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.<\/p>\n\n<p>You should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA<\/p>\n\n<p>gpl-2.0.txt file included with the plugin.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install &amp; Activate the plugin<\/li>\n<\/ol>\n\n<p>= Sidebar Instructions\n1. Add a sidebar to your template where you want the post blocks to be\n2. Add the widget to that sidebar in the admin menu<\/p>\n\n<p>= Page Instructions\n1. Add the [post_blocks] string to your page content where you want the post blocks to show up<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Can I turn off future posts?<\/dt>\n<dd><p>Yes, from the admin config menu.<\/p><\/dd>\n<dt>Can I update the CSS?<\/dt>\n<dd><p>Yes, from the admin config menu.<\/p><\/dd>\n<dt>How do I add Post Blocks to my page?<\/dt>\n<dd><p>Add a sidebar to your template where you want the post blocks to be.\nAdd the Post Blocks widget to that sidebar.<\/p><\/dd>\n<dt>Can I disable the CSS?<\/dt>\n<dd><p>Yes, from the admin config menu.<\/p><\/dd>\n<dt>Can I choose a category of posts to display?<\/dt>\n<dd><p>Yes, from the widget config menu.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>v0.0.6 - 2017-11-17<\/h4>\n\n<ul>\n<li>FIX : Fixed future post 404 error when not logged in (removed link to future post article)<\/li>\n<li>NEW : Support for PHP 7<\/li>\n<li>NEW : Added ability to place posts in page content with [post_blocks] keyword<\/li>\n<\/ul>\n\n<h4>v0.0.5 - 2011-10-18<\/h4>\n\n<ul>\n<li>NEW : Added option to choose a post category in the widget config menu<\/li>\n<li>NEW : Added ability to customize the date format to the settings menu<\/li>\n<li>NEW : Added ability to turn off date lines in the settings menu<\/li>\n<\/ul>\n\n<h4>v0.0.4 - 2011-09-26<\/h4>\n\n<ul>\n<li>NEW : Added option to disable the plugins CSS to the admin menu<\/li>\n<\/ul>\n\n<h4>v0.0.3 - 2011-09-25<\/h4>\n\n<ul>\n<li>FIX : Saving the CSS on the config page<\/li>\n<\/ul>\n\n<h4>v0.0.2 - 2011-09-25<\/h4>\n\n<ul>\n<li>NEW : Added Admin config menu<\/li>\n<li>NEW : Added CSS to admin config menu<\/li>\n<li>NEW : Added future posts toggle to admin config menu<\/li>\n<\/ul>\n\n<h4>V0.0.1 - 2011-09-11<\/h4>\n\n<ul>\n<li>NEW : Created Post Blocks Plugin<\/li>\n<\/ul>","raw_excerpt":"Post Blocks extends the basic WordPress functionality to enable posts to be listed anywhere you can put a widget. Limit the number of posts displayed  &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14950"}],"author":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/avitar"}],"wp:attachment":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14950"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14950"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14950"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14950"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14950"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}