Reply To: Single Post Page – Title Before Image

Homepage Community Forums Elevate Theme Support Single Post Page – Title Before Image Reply To: Single Post Page – Title Before Image

#22867
Wes
Moderator

    To move the title up top you can change the “Priority” from 5 to 10 (or more if needed).

    Look at this line of that code above –

    add_action( ‘genesis_entry_header’, ‘elevate_featured_photo’, 5 );

    …and change it to this –

    add_action( ‘genesis_entry_header’, ‘elevate_featured_photo’, 10 );

    Here’s what it should look like after you make that change – https://i.postimg.cc/G2yS8FJH/Screen-Shot-2018-11-02-at-12-00-52-AM.png

    Let me know if that works