Created
January 29, 2013 02:00
-
-
Save jamiemitchell/4661033 to your computer and use it in GitHub Desktop.
Move image above post title in Genesis Framework.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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