Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created June 16, 2013 23:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpspeak/5793795 to your computer and use it in GitHub Desktop.
Save wpspeak/5793795 to your computer and use it in GitHub Desktop.
Move image above post title in Genesis Framework
<?php
// Move image above post title in Genesis Framework
remove_action( 'genesis_post_content', 'genesis_do_post_image' );
add_action( 'genesis_before_post_title', 'genesis_do_post_image' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment