• 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

pvanania

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • July 22, 2016 at 8:34 am in reply to: moved post/page titles, post titles disappeared on archive page #190004
    pvanania
    Member

    Hey this worked for me (thanks to Bill Erickson)

    function be_page_header() {

    $title = false;
    if( is_singular() && ! is_page_template( 'page_blog.php' ) ) {
    $title = get_the_title();
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    }

    if( is_home() || is_archive() || is_page_template( 'page_blog.php' ))
    $title = 'Blog';

    if( is_search() )
    $title = 'Search results for: ' . get_search_query();

    if( $title )
    echo '<div class="page-header"><div class="wrap"><h1>' . $title . '</h1></div></div>';
    }
    add_action( 'genesis_after_header', 'be_page_header' );

    July 21, 2016 at 4:15 pm in reply to: moved post/page titles, post titles disappeared on archive page #189966
    pvanania
    Member

    Did you figure out a solution? I am having the same problem.

    February 4, 2016 at 12:33 pm in reply to: Full Width Entry Title on Pages Needs Wrap #178324
    pvanania
    Member

    Phillip I am not sure what you are talking about.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

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