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

WP SITES

2784

Original Genesis Tutorials & 6000+ Guaranteed Code

Snippets

  • Consultation
  • Full Access
  • Log in

Reposition Featured Image On Any Genesis Archive Page

Here’s the PHP code which enables you to move your featured images from the default position to any genesis hook position.

This code displays your featured image after the excerpt on any blog listings page, including archive, author, blog, category, search, and tag pages.

Move Featured Image After Excerpt On All Archive Pages

remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );

add_action( 'genesis_entry_footer', 'genesis_do_post_image', 1 );

Here’s an example of what your featured image will look like now on all archive pages.

post image after excerpt on archive page

You can change the genesis hook position and 3rd parameter for priority positioning to reposition your featured images to different positions on all archive pages.

You can also use conditional tags to control the position of your featured images on specific archive pages.

More Posts Related To Repositioning Featured Images

  • Move Featured Image Before Entry Title On Archive Pages
  • Add or Remove Image Before/After Single Post Titles
  • Move Portfolio Archive Page Titles Below The Featured Image In StudioPress Themes

Featured Image

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.