Skip to content

Instantly share code, notes, and snippets.

@Komock
Created January 9, 2016 13:30
Show Gist options
  • Save Komock/b398003127cef2474d61 to your computer and use it in GitHub Desktop.
Save Komock/b398003127cef2474d61 to your computer and use it in GitHub Desktop.
Genesis Framework remove post info
<?php
// Remove post info
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