Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created May 5, 2013 03:50
Show Gist options
  • Save jamiemitchell/5519619 to your computer and use it in GitHub Desktop.
Save jamiemitchell/5519619 to your computer and use it in GitHub Desktop.
Remove the post info in Genesis
<?php
/* Remove the post info function
------------------------------------------------------------ */
remove_action( 'genesis_before_post_content', 'genesis_post_info' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment