The HTML5 Boilerplate
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- 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 URIhttp://steveheffernan.com/
- 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
- 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.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - automatic_feed_links(); automatic_feed_links found in file functions.php. Deprecated since version 3.0. Use add_theme_support( 'automatic-feed-links' ) instead.33:
- get_bloginfo('template_url').'/'; get_bloginfo('template_url') was found in the file functions.php. Use get_template_directory_uri() instead.46: $GLOBALS['TEMPLATE_URL'] =
- 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> 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
- get_option('home'); ?>/'><?php bloginfo('name'); ?></a></h1> get_option('home') was found in the file header.php. Use home_url() instead.50: <h1><a href='<?php echo
Warning
- The tag white has been deprecated, it must be removed from style.css header.
- 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.
- 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.
- A.git was found.
- .gitignore was found.
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comment_form.
- Could 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.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No 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.
- No reference to nav_menu was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- Text Domain: is missing from your style.css header.
- .bypostauthor css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- 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.
- Screenshot 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
- Possible 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://
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.