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

WP SITES

2762

Original Genesis Tutorials & 6000+ Guaranteed Code

Snippets

  • Premium Access
  • Log in

Moving Post Info Above Title in Foodie Pro Featured Posts Widget

This tutorial shows you how to move the post info in the entry header above the entry title like this :

Go to foodie-pro > lib > widgets > featured-posts > views > display.php around line 75 and reposition the code for the post info so it executes before the entry title like you see in the following code :

Based on the following question from the Genesis community :

I am trying to move the post info above the post title which worked using the following actions:

remove_action( 'genesis_entry_header', 'genesis_post_info', 12);
add_action( 'genesis_entry_header', 'genesis_post_info', 9 );

But… nothing changes onto the homepage where the post info still shows below the title. I assume this is something to do with the foodie pro featured widget but I have no idea how to modify that. Any ideas how can I have post info showing up above the title even on homepage?

Entry Meta Foodie 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 WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
 

Loading Comments...
 

You must be logged in to post a comment.