• 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

Post Title Missing? Please help!!

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 › Post Title Missing? Please help!!

This topic is: not resolved

Tagged: blog, Headers, news, post, post titles, titles

  • This topic has 6 replies, 2 voices, and was last updated 10 years, 1 month ago by SamBell.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • May 17, 2015 at 7:14 pm #152515
    SamBell
    Member

    Hi Everyone!

    I am not sure whats happening, but this client wants to upgrade their site to include a blog - when I didn't their job for them, they opted out of a blog but have changed their mind.

    I set up the news page, but the post titles are missing and I have no idea why this would be happening!

    The page is here: http://www.iplanfinance.com.au/news/

    Thanks in advance!!

    http://www.iplanfinance.com.au/news/
    May 18, 2015 at 7:51 am #152545
    Lauren @ OnceCoupled
    Member

    It looks like the title has been removed, probably using the functions file. Have you checked there, for something like this?

    //* Remove the entry title (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );

    Best,
    Lauren


    We create mobile-first, PageSpeed-optimized, pixel-perfect custom themes! https://www.oncecoupled.com

    May 19, 2015 at 5:49 pm #152832
    SamBell
    Member

    Ah yes! I did have that in there. Is there a way to just remove titles from pages but not from posts?

    May 19, 2015 at 6:06 pm #152833
    Lauren @ OnceCoupled
    Member

    Yes, you'd need to use a conditional such as if( is_page() ).

    Best,
    Lauren


    We create mobile-first, PageSpeed-optimized, pixel-perfect custom themes! https://www.oncecoupled.com

    May 19, 2015 at 6:06 pm #152834
    SamBell
    Member

    Thanks for your help Lauren!!

    And how do I use that conditional? Where do I put it? And do I need to add anything to is?

    May 19, 2015 at 6:27 pm #152835
    Lauren @ OnceCoupled
    Member

    You'll need to use it in your functions.php file. Something like:

    add_action( 'genesis_before', 'lgd_remove_page_title' );
    lgd_remove_page_title() {
        if( is_page() ) {
            //* Remove the entry title (requires HTML5 theme support)
            remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
        }
    }

    This is untested. Be sure you're not editing the functions.php file from within your WordPress dashboard, without proper FTP access.


    We create mobile-first, PageSpeed-optimized, pixel-perfect custom themes! https://www.oncecoupled.com

    May 19, 2015 at 7:14 pm #152840
    SamBell
    Member

    Thanks for your help Lauren, I will try this!!

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

© 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