{"id":3586,"date":"2016-10-14T14:44:00","date_gmt":"2016-10-14T14:44:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3586"},"modified":"2022-10-16T13:35:05","modified_gmt":"2022-10-16T13:35:05","slug":"add-footer-menu-to-genesis-themes","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/add-footer-menu-to-genesis-themes\/","title":{"rendered":"Add Footer Menu To Genesis Themes"},"content":{"rendered":"\n<p>Add the following code to you theme\u2019s function.php file, or a functionality plugin to add Footer Menu To Genesis Themes.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/* Customize the entire footer and add footer menu\nremove_action( 'genesis_footer', 'genesis_do_footer' );\nadd_action('genesis_before_footer', 'themprefix_footer_menu');\nfunction themprefix_footer_menu () {\n  echo '&lt;div class=\"footer-menu-container\"&gt;';\n\t$args = array(\n\t\t\t'theme_location'  =&gt; 'tertiary',\n\t\t\t'container'       =&gt; 'nav',\n\t\t\t'container_class' =&gt; 'wrap',\n\t\t\t'menu_class'      =&gt; 'menu genesis-nav-menu menu-footer footer-menu-container',\n\t\t\t'depth'           =&gt; 1,\n\t\t);\n\twp_nav_menu( $args );\n  echo '&lt;\/div&gt;';\n}\n\nadd_theme_support ( 'genesis-menus' , array ( 'primary' =&gt; 'Primary Navigation Menu' , 'secondary' =&gt; 'Secondary Navigation Menu' ,'tertiary' =&gt; 'Footer Navigation Menu' ) );<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to you theme\u2019s function.php file, or a functionality plugin to add Footer Menu To Genesis Themes.<\/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":4,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[196,64],"class_list":{"0":"post-3586","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-footer-menu","9":"tag-genesis-framework","10":"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\/3586","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=3586"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3586\/revisions"}],"predecessor-version":[{"id":10670,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3586\/revisions\/10670"}],"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=3586"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3586"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}