• 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

Removing Page Header on Blog template?

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 › Removing Page Header on Blog template?

This topic is: not resolved

Tagged: entry-header, php, remove_action

  • This topic has 1 reply, 2 voices, and was last updated 10 years, 9 months ago by Brad West.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • May 18, 2015 at 1:46 pm #152602
    rob_huska
    Member

    So I am building a custom theme, and I am stuck on an issue using the blog template. I am able to remove and add back the Page Title with this: remove_action( 'genesis_entry_header', 'genesis_do_post_title' );

    But when I do this on the Blog template, this also effects the posts in the loop. How can I remove/reposition the Page Title of JUST the page and not the loop as well?

    http://local
    May 21, 2015 at 8:21 pm #153184
    Brad West
    Member

    What if you added a conditional in your functions file? Something like this maybe:

    add_action( 'genesis_entry_header', 'bw_remove_blog_page_title' );
    function bw_remove_blog_page_title() {
      if ( is_page( 'blog' ) ) {
        remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
      }
    }
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 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