Bones (Rename Me!)
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtheme-bones-master.zip
- FILE SIZE714497 bytes
- MD5d9bd8796a0f0acf3369948a084262496
- SHA15c3b8908aef6b82a950965720cc59186549d2a7b
- LICENSECustom
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.themble.com/bones
- VERSION1.7
- TAGSfluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
- CREATION DATE2020-02-17
- LAST FILE UPDATE2020-09-21
- LAST VALIDATION2020-09-21 20:27
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.
- .gitattributes .gitignore was found.
Warning
- The tag fluid-layout has been deprecated, it must be removed from style.css header.The tag responsive-layout has been deprecated, it must be removed from style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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 bones-rename-me.
- Found a translation function that is missing a text-domain. Function __, with the arguments '600px by 150px' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '300px by 100px' in file functions.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are bonestheme, dbt.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- A.git was found.
- No reference to custom header was found in the theme.
- Text Domain: is missing from your style.css header.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot size is 880x660px. 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 Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : admin.php
Ligne68: // include_once( ABSPATH . WPINC . '/feed.php' ); // include the
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.