• 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

Enterprise Pro: Remove Footer Widget from Interior Pages

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 › Enterprise Pro: Remove Footer Widget from Interior Pages

This topic is: resolved

Tagged: Enterprise Pro, footer widget, homepage

  • This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago by kathyosborne.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • April 25, 2017 at 6:06 pm #205306
    kathyosborne
    Participant

    Hi - I changed the 3 column footer to span across the width of the site. I would also like the footer widget to only show on the home page, and not on any other page....

    What's the best way to do this?

    Thank you!

    http://www.art.kathyosborne.com
    April 26, 2017 at 4:46 am #205326
    CleanPageDom
    Participant

    You can use a plugin called Widget Logic. Install and activate it.

    Now go to Appearance > Widgets, find your footer widget and expand. There should be a new field at the bottom of the widget called "Widget Logic". Depending on how your site's Reading settings are configured, you'll need to add ONE of the following:

    If your settings are "Front page displays - Latest Posts" (if it's using a widgetised page, out of the box )
    is_front_page()

    If it's set to "A static page", you can use either:
    is_home() or is_page(**INSERT PAGE ID HERE*)

    To find your page ID, if you need to, view your page source (right click and select in Chrome) then do a find for "page-id-" and you should find it (actually I just did that on your home page and got nothing, so I'll assume you're using "Latest Posts").

    Let me know if you need any help with it.


    Let’s build a website together…

    April 26, 2017 at 5:27 am #205331
    Victor Font
    Moderator

    You can do this without a plugin. Add this to functions.php:

    if ( ! ( is_home() || is_front_page() ) ) {
        remove_theme_support('genesis_footer_widgets');
    }

    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    April 26, 2017 at 5:29 am #205333
    CleanPageDom
    Participant

    Oh, that's cool. Thanks, Victor. I'll add that to my list 🙂


    Let’s build a website together…

    April 26, 2017 at 5:49 am #205336
    kathyosborne
    Participant

    Thanks guys!

    Victor, I added the code and it seems to have removed it from all the pages, including the Home page.

    Any ideas?
    Thanks!
    Kathy

    April 26, 2017 at 6:20 am #205337
    Victor Font
    Moderator

    Try this instead:

    add_action( 'genesis_after_header', 'home_page_footer_widgets' );
    function home_page_footer_widgets() {
        if ( ! ( is_home() || is_front_page() ) ) {
            remove_theme_support('genesis_footer_widgets');
        }
    }

    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    April 26, 2017 at 6:45 am #205338
    kathyosborne
    Participant

    Perfect! Thank you!!!!

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enterprise Pro: Remove Footer Widget from Interior Pages’ 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