Add Entry Meta Shortcodes After The Post Title In Showcase Pro

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' );

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.