Re-arrange post image, title and text

This snippet is good for a front page featured post. You can have a nice picture spanning the widget, then a title and then the text.

/** put image first, then title, then text */
remove_action('genesis_post_title','genesis_do_post_title');
remove_action('genesis_post_content','genesis_do_post_image');
remove_action('genesis_post_content','genesis_do_post_content');

add_action('genesis_before_post_title','child_post_image');
add_action('genesis_post_title','genesis_do_post_title');
add_action('genesis_post_content','the_content');
About Greg Wallace

My name is Greg Wallace. I am a WordPress website developer and designer specializing in the Genesis Framework by StudioPress.

Speak Your Mind

*