Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created July 23, 2016 07:27
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 davidperezgar/914912263043c0a87edabbd3a5a61fb2 to your computer and use it in GitHub Desktop.
Save davidperezgar/914912263043c0a87edabbd3a5a61fb2 to your computer and use it in GitHub Desktop.
Remove the entry meta in the entry header with the Genesis Framework.
<?php
//* Do NOT include the opening php tag
//* Remove the entry meta in the entry header
remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
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