Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Last active March 7, 2018 18:32
Show Gist options
  • Save ryantownley/7a1e7e90c42fdc85ffb7 to your computer and use it in GitHub Desktop.
Save ryantownley/7a1e7e90c42fdc85ffb7 to your computer and use it in GitHub Desktop.
Move featured image above post title in archives
<?php
//* Do NOT include the opening php tag
//* Move featured image above entry title in archives.
remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
add_action( 'genesis_entry_header', 'genesis_do_post_image', 8 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment