Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 25, 2012 13:42
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 billerickson/3176256 to your computer and use it in GitHub Desktop.
Save billerickson/3176256 to your computer and use it in GitHub Desktop.
<?php
// Move image above post title
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