• 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

Hide Post Title for Specific Post Types

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 › Hide Post Title for Specific Post Types

This topic is: resolved

Tagged: post title

  • This topic has 3 replies, 2 voices, and was last updated 12 years, 1 month ago by Brad Dalton.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 5, 2014 at 3:12 am #103673
    rysrivarshan
    Member

    Hi,

    I have added the below line in the functions.php,

    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );

    This removes the title for all types of posts and pages too. I would like to just remove the post title for specific post types like Quote. How can i accomplish this?

    Note: I use Streamline Pro Theme

    http://localhost
    May 5, 2014 at 3:19 am #103676
    Brad Dalton
    Participant

    Link to your site please.


    Tutorials for StudioPress Themes.

    May 5, 2014 at 4:08 am #103685
    rysrivarshan
    Member

    Hi Brad,

    I am using a local XAMPP installation to test stuff, haven't taken my stuff live yet. Used the snippet that you had shared earlier in this forum and works great. Learning PHP on WordPress and i am loving it 🙂 Thanks a lot Brad.

    add_action ('get_header', 'remove_page_titles_genesis'); 
    
    function remove_page_titles_genesis()
    {
    if( 'quote' == get_post_format() && ! is_single() ) 
    {
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    }
    }
    May 5, 2014 at 2:28 pm #103744
    Brad Dalton
    Participant

    Good stuff!


    Tutorials for StudioPress Themes.

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