Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active April 19, 2018 20:38
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 braddalton/99fd598dab76b79a79f907e8200e4b67 to your computer and use it in GitHub Desktop.
Save braddalton/99fd598dab76b79a79f907e8200e4b67 to your computer and use it in GitHub Desktop.
Remove featured images from category - Academy Pro theme https://wp.me/p1lTu0-htJ
<?php
/**
* @author Brad Dalton
* @link https://wp.me/p1lTu0-htJ
*/
remove_action( 'genesis_entry_header', 'genesis_do_post_image', 8 );
genesis();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment