Conflict with embeds when the theme doesn’t support post-thumbnails
-
In my theme, when I restrict post thumbnails to posts, video embeds are not working (the link is not replaced by the preview) in pages, but they work in posts.
add_theme_support( 'post-thumbnails', array( 'post' ) );
I can easily fix that by adding support of post-thumbnails to all post types, but I wonder why there’s an issue like that.
Any idea?
Thanks for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conflict with embeds when the theme doesn’t support post-thumbnails’ is closed to new replies.