Reposition Title After Category in Refined Pro

This code enables you to reposition the entry title and entry meta like this :

Based on this question from a member of the Genesis community :

I am currently working with the restored 316 ‘refined’ theme. On the blog, you have the title and then the category. I’d like to switch this around. Could anyone point me in the right direction to do this? I haven’t been able to find articles online that help me achieve this.

Code

Add the following 2 lines of PHP code after the opening php tag, around line 14 in the refined-pro > page-templates > custom_blog.php file

remove_action( 'genesis_entry_header', 'genesis_do_post_title' );

add_action( 'genesis_entry_header', 'genesis_do_post_title', 15 );

Refined Pro is a Premium Feminine child theme for Genesis.

Join 5000+ Followers

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