TileMax
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtilemax.zip
- FILE SIZE18796446 bytes
- MD59e49166e3cdcf6ce0483f9afafd064f4
- SHA19c0637e85129e4f9e9ad8a7e0624f04644fc740f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://tilemax.wpengine.com/
- VERSION2.3
- AUTHOR URIhttps://wedesignthemes.com/
- TAGSeditor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
- CREATION DATE2021-04-12
- LAST FILE UPDATE2021-04-14
- LAST VALIDATION2021-04-14 19:55
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
designthemes-core-features.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 tilemax.
- 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 kirki-utils.php.
Ligne95: $defaults['copyright-text'] = '<p><a href='https://themeforest.net/user/designthemes'>DesignThemes</a><span>Shaping br
Possible hard-coded links were found in the file framework.config.php.Ligne2396: 'content' => 'Codestar Framework is <strong>free</strong> to use both personal and commercial. If you used commercial, <strong>please credit</strong>. Read more about <a href='http://www.gnu.org/licenses/gpl-2.0.txt' target='_blank'>GNU License</a>',
- 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 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.
- The theme appears to use include or require : header.php
Ligne120: require_once( TILEMAX_THEME_DIR .'/headers/default.php' );
Ligne163: require_once( TILEMAX_THEME_DIR .'/headers/breadcrumb.php' );
Ligne176: require_once( TILEMAX_THEME_DIR .'/headers/breadcrumb.php' );
Ligne180: require_once( TILEMAX_THEME_DIR .'/headers/breadcrumb.php' );
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.