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

Was This Tutorial Helpful?

Free

$0

Access only to all free tutorials per month.



Monthly

$75

Access to 10 premium tutorials per month.


Tutorial Request


Includes code guarantee and coding support.

Yearly

$500

Access to 15 premium tutorials per month.


Monthly Tutorial Request


Includes code guarantee and priority coding support.