Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created October 21, 2013 07:40
Show Gist options
  • Save jamiemitchell/7079983 to your computer and use it in GitHub Desktop.
Save jamiemitchell/7079983 to your computer and use it in GitHub Desktop.
Remove the entry meta and markup in Genesis
<?php
/* Remove the entry meta
------------------------------------------------------------ */
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