Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:37
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/b5faf02299fa5660d0e2c766576ce0c0 to your computer and use it in GitHub Desktop.
Save authentikHQ/b5faf02299fa5660d0e2c766576ce0c0 to your computer and use it in GitHub Desktop.
Remove post format images with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Remove post format images.
remove_action( 'genesis_entry_header', 'genesis_do_post_format_image', 4 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment