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

WP SITES

2784

Original Genesis Tutorials & 6000+ Guaranteed Code

Snippets

  • Consultation
  • Full Access
  • Log in

Remove Blog Page Title In Genesis

Add the following PHP code to the end of your child themes functions file:

remove_action( 'genesis_before_loop', 'genesis_do_blog_template_heading' );

You can also add the code directly to a page_blog.php template file in your child themes root directory.

The code removes the entry title from any page using the blog page template in Genesis.

#Theme Specific Options

If your child theme repositions your blog page title using other genesis hooks or uses a custom function to reposition and modify the default blog page title, the above line of code won’t work so you’ll need a different solution.

Example : The Essence Pro child theme includes a custom function which removes the blog page title from the default hook position and then adds it back to another hook.

In this case, you’ll need a custom function to remove the title from the blog page when using Essence Pro like this :

Click here to access free tutorials

#Plugin Removes Page Title

Another reason the code to remove the blog page title might not work is because of code added by a plugin.

If your plugin enables you to remove page/entry titles, then it may override any code you add to your child theme files if it uses the same hook and a higher priority.

Related

  • Remove Entry Title Over Essence Pro Hero Image
  • Template To Fully Customize The Blog Page in Genesis

Blog Page Essence Pro Theme

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags