{"id":209683,"date":"2024-12-09T14:47:28","date_gmt":"2024-12-09T14:47:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/post-grid-shortcode\/"},"modified":"2024-12-09T16:08:27","modified_gmt":"2024-12-09T16:08:27","slug":"post-grid-shortcode","status":"publish","type":"plugin","link":"https:\/\/es-hn.wordpress.org\/plugins\/post-grid-shortcode\/","author":20960337,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.7.5","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"Post Grid Shortcode","header_author":"Developer Nahin","header_description":"A simple plugin that adds a responsive post grid with pagination and a settings page.","assets_banners_color":"fef1f2","last_updated":"2024-12-09 16:08:27","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/buymeacoffee.com\/devnahin","header_plugin_uri":"https:\/\/github.com\/devnahin\/post-grid-shortcode","header_author_uri":"https:\/\/nahincj.com","rating":5,"author_block_rating":0,"active_installs":10,"downloads":874,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"devnahin","date":"2024-12-09 16:08:27"}},"upgrade_notice":{"1.0.0":"<p>Initial release, no upgrade issues.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3204933,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3204932,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3204930,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3204927,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"<strong>Example of a Post Grid<\/strong>: A simple post grid display.","2":"<strong>Settings Page<\/strong>: The settings page where you can configure the default values for the shortcode."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1795,6040,3480,166,80],"plugin_category":[43],"plugin_contributors":[235635],"plugin_business_model":[],"class_list":["post-209683","plugin","type-plugin","status-publish","hentry","plugin_tags-featured-image","plugin_tags-grid","plugin_tags-post-grid","plugin_tags-posts","plugin_tags-shortcode","plugin_category-customization","plugin_contributors-devnahin","plugin_committers-devnahin"],"banners":{"banner":"https:\/\/ps.w.org\/post-grid-shortcode\/assets\/banner-772x250.png?rev=3204927","banner_2x":"https:\/\/ps.w.org\/post-grid-shortcode\/assets\/banner-1544x500.png?rev=3204930","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/post-grid-shortcode\/assets\/icon-128x128.png?rev=3204933","icon_2x":"https:\/\/ps.w.org\/post-grid-shortcode\/assets\/icon-256x256.png?rev=3204932","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The <strong>Post Grid Shortcode<\/strong> plugin allows you to create a responsive grid of posts anywhere on your site using a simple shortcode. It provides several options to control how the posts are displayed, including the number of posts, order, post types, and the option to show featured images and excerpts.<\/p>\n\n<p><strong>Features include:<\/strong>\n- Customizable grid of posts\n- Control over the number of posts to display\n- Choose post type, order, and post status\n- Display featured images and excerpts\n- Option to add a \"Read More\" button with customizable text<\/p>\n\n<p>Use the <code>[post-grid]<\/code> shortcode in any post, page, or widget to display a grid of posts.<\/p>\n\n<h3>License &amp; Warranty<\/h3>\n\n<p>This plugin is licensed under the GPLv2 or later. You are free to use, modify, and distribute it as long as you comply with the terms of the GPLv2 license.<\/p>\n\n<h3>Credits<\/h3>\n\n<p>Post Grid Shortcode was developed by devnahin. If you enjoy using this plugin, consider supporting us by donating via our <a href=\"https:\/\/buymeacoffee.com\/devnahin\">donation page<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/post-grid-shortcode<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Navigate to \"Settings\" &gt; \"Post Grid Shortcode\" to configure your options.<\/li>\n<li>Add the <code>[post-grid]<\/code> shortcode to any post or page where you want the post grid to appear.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20use%20the%20shortcode%3F'><h3>How do I use the shortcode?<\/h3><\/dt>\n<dd><p>Simply add <code>[post-grid]<\/code> in any post, page, or widget. You can customize the display by using the following attributes:<\/p>\n\n<ul>\n<li><code>posts_per_page<\/code>: (int) Number of posts to display. Default is 5.<\/li>\n<li><code>orderby<\/code>: (string) How to order the posts (e.g., date, title). Default is 'date'.<\/li>\n<li><code>order<\/code>: (string) Ascending ('ASC') or Descending ('DESC'). Default is 'ASC'.<\/li>\n<li><code>post_type<\/code>: (string) Type of posts to display (e.g., 'post', 'page'). Default is 'post'.<\/li>\n<li><code>post_status<\/code>: (string) Status of posts to display (e.g., 'publish', 'draft'). Default is 'publish'.<\/li>\n<li><code>show_featured_image<\/code>: (bool) Whether to show featured images. Default is true.<\/li>\n<li><code>excerpt_length<\/code>: (int) Number of words in the post excerpt. Default is 20.<\/li>\n<li><code>enable_read_more_button<\/code>: (bool) Show a \"Read More\" button. Default is false.<\/li>\n<li><code>read_more_text<\/code>: (string) Customize the \"Read More\" button text. Default is \"Read More\".<\/li>\n<\/ul>\n\n<p>Example usage: \n    [post-grid posts_per_page=\"3\" orderby=\"title\" order=\"DESC\" show_featured_image=\"1\"]<\/p><\/dd>\n<dt id='where%20do%20i%20configure%20the%20options%20for%20the%20plugin%3F'><h3>Where do I configure the options for the plugin?<\/h3><\/dt>\n<dd><p>Go to \"Settings\" &gt; \"Post Grid Shortcode\" in the WordPress admin dashboard.<\/p><\/dd>\n<dt id='can%20i%20use%20this%20with%20custom%20post%20types%3F'><h3>Can I use this with custom post types?<\/h3><\/dt>\n<dd><p>Yes, you can specify the <code>post_type<\/code> attribute in the shortcode to display custom post types. For example:\n    [post-grid post_type=\"product\"]<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release of Post Grid Shortcode.<\/li>\n<li>Basic settings for post grid display and shortcode attributes.<\/li>\n<\/ul>","raw_excerpt":"A simple and flexible shortcode to display a grid of posts with customizable options.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/209683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=209683"}],"author":[{"embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/devnahin"}],"wp:attachment":[{"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=209683"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=209683"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=209683"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=209683"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=209683"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es-hn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=209683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}