• 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

widget to display only the home page genesis

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 › General Discussion › widget to display only the home page genesis

This topic is: resolved

Tagged: is_front_page

  • This topic has 2 replies, 2 voices, and was last updated 9 years, 8 months ago by James84.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • May 14, 2016 at 12:23 am #185607
    James84
    Member

    Good morning,
    excuse , how can I bring up a widget only in the home and not in the other pages ?
    I tried the following code , but did not get the desired results .

    add_action('genesis_before','add_widget_logo');
    function add_widget_logo() {
    if ( is_home() )
    return;
    genesis_widget_area( 'logo-custom', array(
    'before' => '<div class="logo-custom">',
    'after' => '</div>',
    ) );

    }

    the widget to me appears on all pages

    if you use! I do not appear to me in another page.

    add_action('genesis_before','add_widget_logo');
    function add_widget_logo() {
    if ( ! is_home() )
    return;
    genesis_widget_area( 'logo-custom', array(
    'before' => '<div class="logo-custom">',
    'after' => '</div>',
    ) );

    }
    Thank you.

    May 14, 2016 at 2:20 am #185610
    Brad Dalton
    Participant

    Try

    if ( ! is_front_page() )
    return;
    

    Tutorials for StudioPress Themes.

    May 21, 2016 at 2:19 am #186003
    James84
    Member

    Thank you

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘widget to display only the home page genesis’ 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

© 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