Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created January 29, 2013 02:00
Show Gist options
  • Save jamiemitchell/4661033 to your computer and use it in GitHub Desktop.
Save jamiemitchell/4661033 to your computer and use it in GitHub Desktop.
Move image above post title in Genesis Framework.
<?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