• 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 Widgets on Single Page

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 Widgets on Single Page

This topic is: resolved

Tagged: display footer widget on specific page

  • This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by Terry.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 5, 2019 at 1:53 pm #489849
    webpsych
    Member

    Does Genesis allow you to place footer widgets on a single page or post?

    March 6, 2019 at 11:10 am #489879
    Terry
    Member

    You didn't mention the child theme so here's something that hopefully will work for you.

    To do this requires coding. If you're comfortable making changes to a file in your child theme code, then yes, you can only display footer widgets on a single page or post. You'll also need to know the page slug of your page.

    Please note that there's a difference between the footer and footer widgets. Footer widgets are above the footer.

    As with most things, there are a few ways to do the same thing and here's one way.

    To display the footer widgets on a specific page, modify your functions.php file to add the code below at the end of the file. You'll need to replace insert-your-page-slug with, well, the page slug.

    add_action( 'genesis_before', 'mtl_display_footer_widget_specific_page' );
    function mtl_display_footer_widget_specific_page() {
    
    	if ( ! is_page( 'insert-page-slug' ) ) {
    		remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
    	}
    }
    

    Hope this helps.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer Widgets on Single Page’ 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