77
Validation results

Storefront

Free WordPress 6.5.2 theme

Storefront

Free WordPress 6.5.2 theme
77
This theme is open source.
Critical alerts
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File content-page.php :
Warning
  1. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  2. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  3. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. theme tags : Presence of bad theme tagsThemes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file storefront-template-functions.php.
    Ligne140: $links_output .= '<a href='https://woocommerce.com' target='_blank' title='' . esc_attr__( 'WooCommerc
    Possible hard-coded links were found in the file class-storefront-admin.php.
    Ligne73: <li><a href='https://docs.woocommerce.com/documentation/themes/storefront/' target='_bla
    Ligne116: <a href='https://woocommerce.com/products/storefront-extensions-bundle/?utm_source=s
    Ligne136: <a href='https://woocommerce.com/product-category/themes/storefront-child-theme-them
    Ligne145: printf( esc_html__( 'An %s project', 'storefront' ), '<a href='https://automattic.com/'><img src='' . esc_url( get_template_directory_uri(
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : class-storefront-woocommerce.php
    Ligne117: * @return array $classes modified to include 'woocommerce-active' class
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes