{"id":10193,"date":"2014-11-28T15:32:02","date_gmt":"2014-11-28T09:32:02","guid":{"rendered":"http:\/\/devstech.com\/?p=10193"},"modified":"2026-02-08T03:29:50","modified_gmt":"2026-02-07T21:29:50","slug":"force-genesis-layout-settings","status":"publish","type":"post","link":"https:\/\/www.usefulblogging.com\/force-genesis-layout-settings\/","title":{"rendered":"How to Change Genesis Layout Settings in WordPress?"},"content":{"rendered":"\n<p>Genesis Framework : In this short tutorial, you&#8217;ll learn about how to <em>Change Genesis Layout Settings<\/em>. The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you&#8217;re a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go. In Genesis powered websites you&#8217;ve to modify the child theme which is running on.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Anyway, these code snippets will help you&nbsp;to Change Genesis Layout Settings in Genesis Framework.<span id=\"more-9992\"><\/span><span id=\"more-9971\"><\/span><span id=\"more-9949\"><\/span><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Unless otherwise indicated, the code snippets you see below should be placed into your theme\u2019s functions.php file.<\/p><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">How to Chnage Genesis Layout Settings<\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>Below is the code to change Genesis Layout Settings:<\/strong><br><code><!--?php <br ?--> \/\/* Do NOT include the opening php tag<br>\n\/\/* Force content-sidebar layout setting<br>\nadd_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' );<br>\n\/\/* Force sidebar-content layout setting<br>\nadd_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_sidebar_content' );<br>\n\/\/* Force content-sidebar-sidebar layout setting<br>\nadd_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar_sidebar' );<br>\n\/\/* Force sidebar-sidebar-content layout setting<br>\nadd_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_sidebar_sidebar_content' );<br>\n\/\/* Force sidebar-content-sidebar layout setting<br>\nadd_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_sidebar_content_sidebar' );<br>\n\/\/* Force full-width-content layout setting<br>\nadd_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' ); <\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Words<\/h2>\n\n\n\n<p>I strongly recommended to take <strong>backup core files<\/strong> before customizing any Genesis Child Theme. Hope the above Genesis Tutorial was helpful and valued for you. Please don&#8217;t forget to share this with social friends and write a comment below if you need any assistance in customizing the look of your WordPress websites.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Genesis Framework : In this short tutorial, you&#8217;ll learn about how to Change Genesis Layout Settings. The Genesis Framework empowers &#8230; <a title=\"How to Change Genesis Layout Settings in WordPress?\" class=\"read-more\" href=\"https:\/\/www.usefulblogging.com\/force-genesis-layout-settings\/\" aria-label=\"Read more about How to Change Genesis Layout Settings in WordPress?\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":31108,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[568,122,885,797],"class_list":["post-10193","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-genesis-framework","tag-code-snippets","tag-genesis","tag-layout","tag-settings","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33","no-featured-image-padding"],"_links":{"self":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts\/10193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/comments?post=10193"}],"version-history":[{"count":1,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts\/10193\/revisions"}],"predecessor-version":[{"id":86596,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts\/10193\/revisions\/86596"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/media\/31108"}],"wp:attachment":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/media?parent=10193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/categories?post=10193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/tags?post=10193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}