{"id":3592,"date":"2017-09-05T15:48:00","date_gmt":"2017-09-05T15:48:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3592"},"modified":"2022-10-16T13:34:50","modified_gmt":"2022-10-16T13:34:50","slug":"this-will-allow-genesis-functions-to-appear-on-a-custom-post-type-in-the-editor","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/this-will-allow-genesis-functions-to-appear-on-a-custom-post-type-in-the-editor\/","title":{"rendered":"Make Genesis functions appear on Custom Post Types in the Editor"},"content":{"rendered":"\n<p>Add the following code to your theme\u2019s function.php file, or a functionality plugin to allow Genesis functions to appear on a Custom Post Type in the Editor.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/** Add 'page-attributes' to custom Post Type *******\/\n\nfunction be_products_post_type_args( $args ) {\n\t$args&#91;'supports']&#91;] = 'page-attributes';\n\treturn $args;\n}\nadd_filter( 'productsposttype_args', 'be_products_post_type_args' );<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to your theme\u2019s function.php file, or a functionality plugin to allow Genesis functions to appear on a Custom Post Type in the Editor.<\/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":0,"wds_primary_category":56,"footnotes":""},"categories":[56,55],"tags":[195,199,64],"class_list":{"0":"post-3592","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-custom-post-type","10":"tag-editor","11":"tag-genesis-framework","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\/3592","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=3592"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3592\/revisions"}],"predecessor-version":[{"id":10667,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3592\/revisions\/10667"}],"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=3592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}