• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Try Premium
  • Log in

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.

Entry Meta Refined Pro Theme

Reader Interactions

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.