Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 18, 2018 13:48
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 authentikHQ/24d944cefa0c98d43b5079ee4cad3ae9 to your computer and use it in GitHub Desktop.
Save authentikHQ/24d944cefa0c98d43b5079ee4cad3ae9 to your computer and use it in GitHub Desktop.
Remove entry meta in entry footer with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove entry meta in entry footer.
remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment