• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Footer Hook before credits

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Footer Hook before credits

This topic is: resolved

Tagged: child theme, hooks

  • This topic has 4 replies, 2 voices, and was last updated 11 years, 7 months ago by Genesis Developer.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • September 27, 2014 at 12:32 pm #125974
    FloridaLegend
    Member

    How do I load a menu in the footer BEFORE the footer credits but not outside the footer?

    //* Register Footer Menu
    add_action( 'after_setup_theme', 'the_theme_setup' );
    function the_theme_setup() {
        // Register Footer Nav
        register_nav_menu( 'footer-menu', __('Footer Navigation' ) );
     }
    
    //* Load Footer Nav
    add_action( 'genesis_footer', 'add_footer_nav' ); 
    function add_footer_nav() {
    wp_nav_menu( array( 
    	'menu'            => 'Footer Navigation',
    	'theme_location'  => 'footer-menu',
    	'menu_class'      => 'footer-menu genesis-nav-menu' ) );
    }
    September 27, 2014 at 12:41 pm #125978
    Genesis Developer
    Member

    I think that "Add Footer Menu into Your Genesis Site Footer" will help you.


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    September 27, 2014 at 12:42 pm #125979
    Genesis Developer
    Member

    You can try this

    //* Load Footer Nav
    add_action( 'genesis_footer', 'add_footer_nav', 7 );

    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    September 27, 2014 at 12:48 pm #125980
    FloridaLegend
    Member

    The 7 worked! Thanks for the quick reply!

    September 27, 2014 at 12:52 pm #125981
    Genesis Developer
    Member

    Please mark it as RESOLVED!


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble