How to Remove Page Title in Genesis for WordPress

Ever wanted to remove the title from a page when using a Genesis WordPress theme? Well you can, and the solution is very simple.

Steps to remove page title in Genesis for WordPress

If you open up your functions.php file (you can access this using FTP or some plugins allow you to edit this file within your sites WordPress admin page) and paste in this code:

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

Once saved, go to a page on your site and this and you will notice the page title is no longer shown. Simples.

(Note – you may have to refresh the page a few times once you’ve saved the functions.php file as your browser maybe caching the page)

Facebook
Twitter
LinkedIn

More to explorer

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.