Skip to content

Instantly share code, notes, and snippets.

@deeman
Last active January 13, 2019 14:33
Show Gist options
  • Select an option

  • Save deeman/c28733c555f07949d1f4f4d6a1e29033 to your computer and use it in GitHub Desktop.

Select an option

Save deeman/c28733c555f07949d1f4f4d6a1e29033 to your computer and use it in GitHub Desktop.
Genesis Framework - How to remove entry title
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Remove entry title in entry header (requires HTML5 theme support)
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment