• 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

Modifying Themes – Remove output of page title

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 › Modifying Themes – Remove output of page title

This topic is: not resolved
  • This topic has 6 replies, 3 voices, and was last updated 11 years, 7 months ago by nunotmp.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • June 13, 2014 at 2:26 pm #109622
    brettatkin
    Member

    How do I remove the output of the page title on a page? I believe I need to remove the genesis_entry_header hook so nothing is outputted, but I'm not sure what second argument is for this function.

    remove_action( 'genesis_entry_header', '??????' );

    For example, on this beta site, how would I remove the output of 'Become a Member' ( the_title() ) from the page template?

    http://fcr.betaforming.com/member

    I want the image to be the first thing displayed.

    Thanks

    http://fcr.betaforming.com/member
    June 13, 2014 at 5:32 pm #109645
    Brad Dalton
    Participant

    You want the image and then the title?

    Or you want to completely remove the title?

    Remove globally or only on some pages?


    Tutorials for StudioPress Themes.

    June 14, 2014 at 6:20 am #109698
    brettatkin
    Member

    I want to remove the title. I want to manage everything within the editor. I'm going to insert image, h1 and then content.

    I'm hoping the method for doing something like this will be similar across all Genesis themes.

    Thanks!

    June 14, 2014 at 11:55 am #109747
    Brad Dalton
    Participant

    I would use a custom template for that not the editor where you simply re-position the image and title


    Tutorials for StudioPress Themes.

    June 14, 2014 at 12:30 pm #109754
    nunotmp
    Member

    The function you need to remove is genesis_do_post_title. You can find all the post in hooks in genesis>lib>structure>post.php there you can view all the hooks that are used when creating a post, html5 or legacy hooks.

    So you would do remove_action( 'genesis_entry_header', 'genesis_do_post_title' );


    Genesis Child Themes – Follow Me

    June 14, 2014 at 12:37 pm #109760
    brettatkin
    Member

    Thanks nunotmp, that's exactly what I wanted. I used the following to remove the styling block as well.

    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
    remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );

    This works, but is it correct/complete way to do this?

    June 14, 2014 at 12:41 pm #109761
    nunotmp
    Member

    Yes this is the correct way you would do this. By doing that you removed the <header class="entry-header"> tag.


    Genesis Child Themes – Follow Me

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 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

© 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