• 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

Customize Footer Metro Theme

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 › Customize Footer Metro Theme

This topic is: not resolved
  • This topic has 22 replies, 7 voices, and was last updated 13 years ago by AnitaC.
Viewing 3 posts - 21 through 23 (of 23 total)
← 1 2
  • Author
    Posts
  • February 18, 2013 at 6:58 am #20969
    Mike Gosling
    Participant

    Well I apologize to everyone that this has gone on and on. The functions.php file really had me flummoxed! And thank you Rick for your email and to Anitac for the offer of online help. I shall keep these in mind.

    And I apologize to you too Rick - Your code has indeed worked!! I sat down and really studied it and the bit that I had not inserted was the line: add_action( 'genesis_after', 'custom_genesis_do_footer', 12 );

    It all now works perfectly! Take a look - http://www.MikeGosling.com. Having the Footer widgets makes it all very easy to set up. Thank you all for persevering with me. I've learnt heaps and express my gratitude that you folks are out there willing to help.

    For other Metro Theme users, here is Rick's excellent code I used to insert my footer widgets. I wonder if this code would work with other themes?

    // Reposition the footer
    
    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );
    add_action( 'genesis_after', 'genesis_footer_markup_open', 11 );
    add_action( 'genesis_after', 'custom_genesis_do_footer', 12 );
    add_action( 'genesis_after', 'genesis_footer_markup_close', 13 );
    // Customize the content of your footer
    function custom_genesis_do_footer() {
     echo '<div class="gototop"><p>';
     dynamic_sidebar( 'footer-left' );
     echo '</p></div>';
     echo '<div class="creds"><p>';
     dynamic_sidebar( 'footer-right' );
     echo '</p></div>';
    }
    // Register left side footer area
    genesis_register_sidebar( array(
     'id' => 'footer-left',
     'name' => __( 'Footer Left', 'CHILD_THEME_NAME' ),
     'description' => __( 'This is the left side of the footer.', 'CHILD_THEME_NAME' ),
    ) );
    // Register right side footer area
    genesis_register_sidebar( array(
     'id' => 'footer-right',
     'name' => __( 'Footer Right', 'CHILD_THEME_NAME' ),
     'description' => __( 'This is the right side of the footer.', 'CHILD_THEME_NAME' ),
    ) );
    

    Dr. Mike Gosling, The Emotional Leader Program

    February 18, 2013 at 7:04 am #20970
    RickD
    Participant

    Hey Mike,

    You're welcome. I'm happy to hear that you got it all working. I looked at your website and it looks great. Making those two footer sections widgetized really makes it easy to switch things around without having to touch the functions.php file.

    -rd

     


    -Rick R. Duncan

    February 18, 2013 at 7:31 am #20978
    AnitaC
    Keymaster

    Okay. So then what you were looking for was to "widgetize" the footer area.... not "customize" the text in the already existing footer, which are the different solutions I was providing to you. I guess language and terminology really do make a difference. Glad you got it resolved.


    Need help with customization or troubleshooting? Reach out to me.

  • Author
    Posts
Viewing 3 posts - 21 through 23 (of 23 total)
← 1 2
  • 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