• 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

Missing footer widget area in Genesis Sample.

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 › Missing footer widget area in Genesis Sample.

This topic is: resolved

Tagged: footer, genesis sample, widget area

  • This topic has 4 replies, 3 voices, and was last updated 10 years, 6 months ago by mairagall.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • May 13, 2015 at 1:52 pm #152055
    mairagall
    Member

    Hello!

    I'm using Genesis Sample for my website, and I recently noticed that the Footer widget area is not available under Appearance >> Widgets. I'm using this front page template by Sridhar and I have this widget areas:

    Primary Sidebar
    Secondary Sidebar
    Home Top
    Home Middle
    Home Bottom
    Custom Widget Area (I added this to be placed above the content area in the rest of my pages).

    In my functions.php I have:

    //* Add support for 3-column footer widgets
    add_theme_support( 'mairagall-footer-widgets', 3 );

    I deactivated all plugins except WP Maintenance Mode, for obvious reasons, but nothing changed.

    I appreciate any suggestion.

    Thanks!

    May 13, 2015 at 5:46 pm #152092
    Graham
    Member

    Hi, the correct code to add 3 Genesis footer widgets is

    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );

    Tutorial here
    http://my.studiopress.com/tutorials/add-footer-widgets/


    My JustGiving page: https://www.justgiving.com/helping-graham-give

    May 13, 2015 at 5:49 pm #152095
    SavvyJackie
    Member

    Hi,
    When I added a custom social footer widget to my theme, I used something like this:

    //* Register social footer widget area
    genesis_register_sidebar( array(
            'id'          => 'social-footer',
            'name'        => __( 'Social Footer', 'bg' ),
            'description' => __( 'This is the social footer widget area.', 'bg' ),
        ) );
    
    //* Hook social widget area before site footer
    add_action( 'genesis_footer', 'bg_social_footer_widget_area', 7 );
    function bg_social_footer_widget_area() {
    
        genesis_widget_area( 'social-footer', array(
                'before' => '<div class="social-footer">',
                'after'  => '</div>',
            ) );
    
    }

    I had to register the widget area and then hook it where I wanted it to appear.

    Hope that helps.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    May 13, 2015 at 5:55 pm #152096
    mairagall
    Member

    Thanks for your input! I replaced the "genesis" name in my child theme following a tutorial, and that was the problem!

    I really appreciate your time!

    Thanks again!

    May 13, 2015 at 5:57 pm #152098
    mairagall
    Member

    Thanks for your time Jackie, Graham was right, it was a function.php problem.

    🙂

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Missing footer widget area in Genesis Sample.’ is closed to new replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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