You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now theme check shows the following error if the theme doesn't contain: add_theme_support( "post-thumbnails" );
RECOMMENDED: No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" )in the functions.php file.
That's fine for the some themes. But if a theme contains featured-images tag in its style.css file, then it should be required.
Same goes for post-formats, editor-style, custom-background, custom-header and a lot of tags.
Hope it's valid idea. :)
The text was updated successfully, but these errors were encountered:
Right now theme check shows the following error if the theme doesn't contain:
add_theme_support( "post-thumbnails" );
That's fine for the some themes. But if a theme contains
featured-images
tag in its style.css file, then it should be required.Same goes for
post-formats
,editor-style
,custom-background
,custom-header
and a lot of tags.Hope it's valid idea. :)
The text was updated successfully, but these errors were encountered: