Reply To: How to show Specified Featured Image Only and not Post Images

Homepage Community Forums Epik Theme Support How to show Specified Featured Image Only and not Post Images Reply To: How to show Specified Featured Image Only and not Post Images

#6275
francky
Customer

    I have same settings as the one you have shown in that picture. But yet it’s not working!

    I’m not so sure which code or plugin in causing this but someone help me out half way but couldn’t get the complete code.

    Could you please help me complete the code below maybe? Looks like it’s gonna work!

    INCOMPLETE CODE;

    // Change featured image
    remove_action ( 'genesis_post_content', 'genesis_do_post_image' );
    add_action ( 'genesis_post_content', 'child_do_post_image' ) ;
    function child_do_post_image() {
    // conditional to determine if the actual featured image is set, go away if not
    // code here to grab and print out that image
    }