Reposition Featured Images

Community Forums Forums Design Tips and Tricks Reposition Featured Images

This topic is: not resolved

This topic contains 2 replies, has 2 voices, and was last updated by  Tony Escobar 5 months, 2 weeks ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1702

    Tony Escobar
    Participant

    Hey folks,

    Anyone got an idea how to reposition featured images above post titles? I’d also like to do this with post info, as well.

    Thanks!

    #1756

    SoZo
    Moderator
    Post count: 1573

    You would add something like
    remove_action( 'genesis_post_content', 'genesis_do_post_image' );
    add_action( 'genesis_before_post_title', 'genesis_do_post_image' );
    remove_action( 'genesis_before_post_content', 'genesis_post_info' );
    add_action( 'genesis_before_post_title', 'genesis_post_info' );


    John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography

    #2831

    Tony Escobar
    Participant

    That worked perfect! Thanks John!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.