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
Those are good for info checks but they require manual checks to see if all of the strings are internationalized and that the rtl.css is not empty.
I agree that featured-image-header requires add_theme_support( 'post-thumbnails' ) but not add_theme_support( 'custom-header' ) . The theme author just needs to output the featured image in the header.
"The theme tags in style.css and description must match the what the theme actually does in respect to functionality and design."
Add checks for
add_theme_support( 'post-thumbnails' );
add_theme_support( 'custom-header' );
add_theme_support( 'custom-background' );
register_nav_menus()
add_editor_style()
add_theme_support( 'custom-header' );
"add_theme_support( 'post-formats' );
add_action( 'customize_register' );
wp_enqueue_script( 'comment-reply' );
The text was updated successfully, but these errors were encountered: