This tutorial shows you hot reposition the post info so its immediately after the entry title which is displayed over the featured image after the header on single posts.
Here’s the result :
Here’s the modified code in the Showcase Pro themes single.php file :
You can also remove the entry title & markup from the content area using this code :
remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 );
remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 );
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
Was This Tutorial Helpful?