{"id":3646,"date":"2015-08-05T16:11:00","date_gmt":"2015-08-05T16:11:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3646"},"modified":"2022-10-17T14:39:11","modified_gmt":"2022-10-17T14:39:11","slug":"create-custom-field-to-remove-authorbox-in-genesis-child-theme","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/create-custom-field-to-remove-authorbox-in-genesis-child-theme\/","title":{"rendered":"Create Custom Field to Remove Authorbox in Genesis Child Theme."},"content":{"rendered":"\n<p>Add the following code to single.php in a Genesis Child Theme to create a Custom Field to Remove the Authorbox.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/**\n* single.php\n*\/\n$authorbox = get_post_meta($post-&amp;gt;ID, \"authorbox\", $single = true);\nif ( isset($authorbox) &amp;amp;&amp;amp; $authorbox == 'false' ){\n    remove_action('genesis_after_post', 'genesis_do_author_box');\n}\ngenesis();<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to single.php in a Genesis Child Theme to create a Custom Field to Remove the Authorbox.<\/p>\n","protected":false},"author":1,"featured_media":3806,"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":2,"wds_primary_category":56,"footnotes":""},"categories":[56,55],"tags":[110,64,83],"class_list":{"0":"post-3646","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"category-genesis-framework","9":"tag-code","10":"tag-genesis-framework","11":"tag-layout","12":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/matrix-source-code-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/matrix-source-code-600x600.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\/3646","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=3646"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3646\/revisions"}],"predecessor-version":[{"id":10738,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3646\/revisions\/10738"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/3806"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3646"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}