• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Reply To: How to remove page title on home only?

Home › Community Forums › Epik Theme Support › How to remove page title on home only? › Reply To: How to remove page title on home only?

December 9, 2014 at 10:58 pm #14698
Eric
Customer

Are you ok with removing the title via CSS? If so I can help you with that. Do you have a link to your site? i can tell you exactly which part will need to be adjusted.

The above suggestion will work, but you can also try some of the code from here – http://wpsites.net/web-design/remove-titles-specific-conditions/

and this specifically –

add_action( 'get_header', 'remove_titles_home_page' );
function remove_titles_home_page() {
    if ( is_home() ) {
        remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    }
}

I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework