Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    That could easily be another plugin or your theme getting in the way of that, can you try swapping your theme to Twenty Twelve to test please

    Thread Starter rgoebel11

    (@rgoebel11)

    Yes, the featured image is now available, but I don’t want to change my theme. Is there any other way to solve this?

    Hi

    Your theme is setting which post type can use featured images, you will need to talk to your theme author about how to allow featured images for all post types – it will be in the theme functions.php file

    it should say add_theme_support( 'post-thumbnails' );

    If you look at https://codex.www.ads-software.com/Function_Reference/add_theme_support#Post_Thumbnails you will see that you can just leave it as the code I added above or add post_types that support the Featured Image, if you add the array then you are limiting the post_types that can use the Featured Image which means any plugins that add post types won’t have Featured Images available

    Thread Starter rgoebel11

    (@rgoebel11)

    Could it possibly be another program or widget getting in the way?

    I thought it could be because other e-commerce plugins that I have tried (to see if the featured image would appear) had the featured image option with the same theme that doesn’t show it for WooCommerce.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Featured Image Option’ is closed to new replies.