• 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

Create a new three widget area in Genesis Sample theme above footer widgets

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 › Create a new three widget area in Genesis Sample theme above footer widgets

This topic is: not resolved
  • This topic has 2 replies, 2 voices, and was last updated 11 years, 6 months ago by lilolad.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • October 1, 2014 at 6:38 am #126413
    lilolad
    Member

    Hi,
    I'm using the Genesis Sample child theme and have the genesis-footer-widgets activated.
    (in the function.php I've got:
    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );
    )

    What I'd like to do is create a 3 widget area on the home page, just above the footer widgets, but below the the main page content on the home page. I want it to be able to apply a full width background as per the genesis-footer-widgets, so I can change the bg colour.

    What I've created in the functions.php is this, but this puts the 3 widget section (that I've called above footer) below the genesis-footer-widgets, when I want them to be above that area:

    // 3 above footer widget section
    add_action( 'genesis_before_footer', 'sc_home_do_footer' );
    function sc_home_do_footer() {

    if ( is_front_page() ) {

    echo '<section id="above-footer-mv" class="clearfix"><div class="wrap">';

    genesis_widget_area( 'lower-footer-1', array(
    'before' => '<aside class="home-footer-1 widget-area one-third first">',
    'after' => '</aside>',
    ) );

    genesis_widget_area( 'lower-footer-2', array(
    'before' => '<aside class="home-footer-2 widget-area one-third">',
    'after' => '</aside>',
    ) );

    genesis_widget_area( 'lower-footer-3', array(
    'before' => '<aside class="home-footer-3 widget-area one-third">',
    'after' => '</aside>',

    ) );

    echo '</div><!-- end wrap --></section><!-- end lower footer -->';
    }
    }

    This is how it looks: http://79.170.40.247/eurosoft-uk.com/wordpress/ (it's the white area with the three bits of content below the grey bg genesis footer widgets that I'm trying to move up)

    If I change the hook to anything higher it contains the width within the main site-inner, but I want it to be full width.

    Any ideas how I can get this widget area above the standard genesis footer widget area?

    Many thanks for your help,
    Matt

    http://79.170.40.247/eurosoft-uk.com/wordpress/
    October 1, 2014 at 7:29 am #126419
    Brad Dalton
    Participant

    Try the 3rd parameter for positioning priority


    Tutorials for StudioPress Themes.

    October 1, 2014 at 8:02 am #126422
    lilolad
    Member

    That's fantastic (I didn't know the 3rd parameter existed). It works a treat - thank you!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 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