0
Validation results

The HTML5 Boilerplate

The HTML5 Boilerplate

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEhtml5-boilerplate-for-wordpress-master.zip
  • FILE SIZE150161 bytes
  • MD528be6a03fc97cb1843bfe0e4bde2cd8e
  • SHA1b63c950d1b85abf3ea73098689679c14874d6bf5
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://github.com/zencoder/html5-boilerplate-for-wordpress
  • VERSION1.0
  • AUTHOR URI
  • TAGSwhite, two-columns
  • CREATION DATE2019-12-16
  • LAST FILE UPDATE2019-12-16
  • LAST VALIDATION2019-12-16 09:37
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  4. Deprecated functions : automatic_feed_links automatic_feed_links found in file functions.php. Deprecated since version 3.0. Use add_theme_support( &#39;automatic-feed-links&#39; ) instead.33: automatic_feed_links();
  5. Deprecated functions : get_bloginfo get_bloginfo('template_url') was found in the file functions.php. Use get_template_directory_uri() instead.46: $GLOBALS['TEMPLATE_URL'] = get_bloginfo('template_url').'/';
  6. Deprecated functions : bloginfo bloginfo('url') was found in the file sidebar.php. Use echo esc_url( home_url() ) instead.30: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php bloginfo('name'); ?></a> blog archives34: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php bloginfo('name'); ?></a> blog archives38: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php bloginfo('name'); ?></a> blog archives42: <p>You have searched the <a href='<?php bloginfo('url'); ?>/'><?php bloginfo('name'); ?></a> blog archives46: <p>You are currently browsing the <a href='<?php bloginfo('url'); ?>/'><?php bloginfo('name'); ?></a> blog archives.</p>
  7. Deprecated functions : get_option get_option('home') was found in the file header.php. Use home_url() instead.50: <h1><a href='<?php echo get_option('home'); ?>/'><?php bloginfo('name'); ?></a></h1>
Warning
  1. theme tags : Presence of bad theme tagsThe tag white has been deprecated, it must be removed from style.css header.
  2. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is the-html5-boilerplate.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments '<cite class="fn">%s</cite> <span class="says">says:</span>' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file functions.php.
  4. Unwanted directories : GIT revision control directoryA.git was found.
  5. Unwanted files : hidden file(s) or folder(s).gitignore was found.
  6. Fundamental theme elements : Presence of language_attributes()Could not find .
  7. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  8. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  9. Comment reply : Declaration of comment replyCould not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
  10. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  11. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  12. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  13. Nav menu : Correct integrationNo reference to nav_menu was found in the theme.
  14. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  15. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  16. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  17. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  18. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  19. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  20. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  21. Date and time implementation : Use of the_time()At least one hard coded date was found in the file sidebar.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.
  22. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 849x367px (849:367). Ratio of width to height should be 4:3.Screenshot size is 849x367px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file sidebar.php.73: <li><a href='http://validator.w3.org/check/referer' title='This page validates as XHTML 74: <li><a href='http://gmpg.org/xfn/'><abbr title='XHTML Friends Network'>XFN</abbr></a></lPossible hard-coded links were found in the file header.php.45: <p class='chromeframe'>You are using an outdated browser. <a href='http://browsehappy.com/'>Upgrade your browser today</a> or <a href='http://
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
Other checked themes