Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 13, 2015 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/96888abeb98292b5d713 to your computer and use it in GitHub Desktop.
Save billerickson/96888abeb98292b5d713 to your computer and use it in GitHub Desktop.
<?php
// Remove post title area
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment