Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Last active December 26, 2015 02:39
Show Gist options
  • Save jamiemitchell/7079875 to your computer and use it in GitHub Desktop.
Save jamiemitchell/7079875 to your computer and use it in GitHub Desktop.
Remove the post info and markup in Genesis
<?php
/* Remove the post info
------------------------------------------------------------ */
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