{"id":3644,"date":"2017-06-05T16:10:00","date_gmt":"2017-06-05T16:10:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3644"},"modified":"2022-10-16T14:52:14","modified_gmt":"2022-10-16T14:52:14","slug":"insert-content-in-genesis-blog-page","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/insert-content-in-genesis-blog-page\/","title":{"rendered":"Insert content in Genesis blog page"},"content":{"rendered":"\n<p>Add the following code to a Genesis Child Theme Blog Template File to Insert content in Genesis blog page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_action('genesis_before_loop', 'genesis_standard_loop'); <\/code><\/pre>\n\n\n\n<p>Or create a new Blog template file with the following code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\r\n\r\n\/**\r\n* Template Name: Blog\r\n* This file handles blog post listings within a page.\r\n*\/\r\nadd_action('genesis_before_loop', 'genesis_standard_loop');\r\ngenesis();<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to a Genesis Child Theme Blog Template File to Insert content in Genesis blog page. Or create a new Blog template file with the following code.<\/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":[228,64,83,203],"class_list":{"0":"post-3644","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-genesis-child-theme","9":"tag-genesis-framework","10":"tag-layout","11":"tag-template-file","12":"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\/3644","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=3644"}],"version-history":[{"count":2,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3644\/revisions"}],"predecessor-version":[{"id":10709,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3644\/revisions\/10709"}],"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=3644"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3644"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}