WordPress / theme-check

Theme Check plugin
https://wordpress.org/plugins/theme-check/
337 stars 113 forks source link

Theme Tag functionality [Info] #128

Open grappler opened 8 years ago

grappler commented 8 years ago

"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

ernilambar commented 8 years ago

Some more:

grappler commented 8 years ago

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.