• 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

How to I get the gigantic "Home" text off my index 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 › General Discussion › How to I get the gigantic "Home" text off my index page?

This topic is: not resolved

Tagged: delete, home text

  • This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago by lauren107.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • February 28, 2016 at 7:24 pm #180202
    lauren107
    Member

    Hi all,

    I'm using a static front page for my site. When you look at that page, it has "Home" using Heading 1 right in front. It looks terrible.

    Can anyone offer a way to get rid of this? I'm using Metro Pro.

    Thanks!

    http://www.mesaverdepublishing.com
    February 28, 2016 at 7:36 pm #180204
    Victor Font
    Moderator

    You can selectively remove page titles with this code. Add it to your functions.php and change the page id to the id of the page(s) from which you want the title removed:

    /* Remove page title for a specific page(s) (requires HTML5 theme support) */
    /* Change '28' to your page id */
    add_action( 'get_header', 'child_remove_page_titles' );
    
    /**
     * child_remove_page_titles function.
     *
     * @access public
     * @return void
     */
    function child_remove_page_titles() {
    
        $pages = array( 519, 1149 );
        if ( is_page( $pages ) ) {
            remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
        }
    }

    Regards,

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

    February 29, 2016 at 4:41 pm #180292
    lauren107
    Member

    Thank you, Victor! That worked beautifully!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘General Discussion’ 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

© 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