• 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

Remove post info on specific post type

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 › Remove post info on specific post type

This topic is: resolved

Tagged: .post-info

  • This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago by babrees.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • January 28, 2017 at 5:44 am #200160
    babrees
    Participant

    Hi. I have a custom post type (photograph) and don't want to display either the post title nor post info on them.
    I have managed to remove post title with the following code, but can't get the code right to remove the post info.

    /*  Remove title from custom post on single pages */
    add_filter( 'genesis_post_title_output', 'remove_single_custom_post_titles' );
    function remove_single_custom_post_titles( $title ) {
    if( is_singular( 'photograph' ) ):
    return '';
    else:
    return $title;
    endif;
    }
    

    Can anybody help?

    (using Altitude theme)

    January 28, 2017 at 8:44 am #200170
    Victor Font
    Moderator
    Your code should use:
    
    /*  Remove title from custom post on single pages */
    add_filter( 'genesis_post_title_output', 'remove_single_custom_post_titles' );
    function remove_single_custom_post_titles( $title ) {
        if( is_singular( 'photograph' ) ) {
    	remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    	remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
        }
    }

    Regards,

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

    January 28, 2017 at 9:20 am #200175
    babrees
    Participant

    Thanks Victor!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove post info on specific post type’ 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

© 2023 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