• Resolved lauracmcnally1

    (@lauracmcnally1)


    Hello,

    Is there a way to keep the featured images on the homepage but hide them on the individual post pages?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, it can be easily done. Having a child theme is considered better when it comes to theme customization. Anyways, if you’ve child theme, then paste the given code in your child theme’s functions.php & it will remove the featured image in single post page but will remain at the home page. Hope that helps!

    remove_action('wen_business_single_image','wen_business_add_image_in_single_display' );

    Or at the back-end you can just choose ‘No image’ under ‘Image in Single Post/Page’ on ‘theme options’. For that just go to customize & go to theme options & there you’ll see the “Image in Single Post/Page” [customize -> theme options -> layout -> Image in Single Post/Page]. Hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured images’ is closed to new replies.