{"id":3767,"date":"2017-08-06T14:02:00","date_gmt":"2017-08-06T14:02:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3767"},"modified":"2022-10-16T14:02:34","modified_gmt":"2022-10-16T14:02:34","slug":"simple-gridloop-for-genesis","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/simple-gridloop-for-genesis\/","title":{"rendered":"Simple GridLoop for Genesis"},"content":{"rendered":"\n<p>Use the following code to create a WordPress Template file (blog.php, archive.php, etc)that will create a Grid Loop for post content in a Genesis theme.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\/**\n * Set up the Grid Loop\n * @author Bill Erickson\n * @link http:\/\/www.billerickson.net\/genesis-grid-loop-content\/\n *\n *\/\nfunction child_grid_loop_helper() {\n\tgenesis_grid_loop( array(\n\t\t'features' =&gt; 2,\n\t\t'feature_image_size' =&gt; 'child_full',\n\t\t'feature_image_class' =&gt; 'aligncenter post-image',\n\t\t'feature_content_limit' =&gt; 0,\n\t\t'grid_image_size' =&gt; 0,\n\t\t'grid_content_limit' =&gt; 0,\n\t\t'more' =&gt; __( '&#91;Continue reading...]', 'genesis' ),\n\t\t'posts_per_page' =&gt; 10,\n\t) );\n}\nremove_action( 'genesis_loop', 'genesis_do_loop' );\nadd_action( 'genesis_loop', 'child_grid_loop_helper' );\n \ngenesis();<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Use the following code to create a WordPress Template file (blog.php, archive.php, etc)that will create a Grid Loop for post content in a Genesis theme.<\/p>\n","protected":false},"author":1,"featured_media":10674,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":1,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[110,64,203],"class_list":{"0":"post-3767","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-code","9":"tag-genesis-framework","10":"tag-template-file","11":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/Genesis-Code-Snippets-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/Genesis-Code-Snippets-600x515.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3767","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3767"}],"version-history":[{"count":2,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3767\/revisions"}],"predecessor-version":[{"id":10688,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3767\/revisions\/10688"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/10674"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3767"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}