• 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

Centric Pro Page title showing at the bottom of home page 1

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 › Centric Pro Page title showing at the bottom of home page 1

This topic is: not resolved
  • This topic has 1 reply, 1 voice, and was last updated 10 years, 9 months ago by TeeSchneider.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 1, 2015 at 9:31 am #164224
    TeeSchneider
    Participant

    I'm trying to understand the purpose of it...but also would like to know how to get rid of it. Right at the bottom of the first section it says "Home"

    http://bespokably.com/
    September 1, 2015 at 5:56 pm #164253
    TeeSchneider
    Participant

    I ended up getting rid of it by commenting out:

    add_action( 'genesis_before', 'centric_post_title' );
    function centric_post_title() {
    
    	if ( is_page() and !is_page_template() ) {
    		remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    		add_action( 'genesis_after_header', 'centric_open_post_title', 1 );
    		add_action( 'genesis_after_header', 'genesis_do_post_title', 2 );
    		add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
    	} elseif ( is_category() ) {
    		remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
    		add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ;
    		add_action( 'genesis_after_header', 'genesis_do_taxonomy_title_description', 2 );
    		add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
    	} elseif ( is_search() ) {
            remove_action( 'genesis_before_loop', 'genesis_do_search_title' );
            add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ;
            add_action( 'genesis_after_header', 'genesis_do_search_title', 2 );
            add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
        }
    
    }

    Not sure what kind of effect that will have on the bigger picture though.

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