Front
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEfront 2.zip
- FILE SIZE13649038 bytes
- MD5897034d4a24852251ac1d71154bd9d06
- SHA1b7f3f0a9cd3af52fdceb7b02f2cbaf562e072273
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Photoshop, Adobe Illustrator
- VERSION1.1.2
- TAGStwo-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
- CREATION DATE2020-10-14
- LAST FILE UPDATE2020-10-14
- LAST VALIDATION2020-10-14 20:00
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- File content-page.php :
Warning
- .ds_store was found.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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 : my-account.php 186: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');187: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');188: require_once(ABSPATH . 'wp-admin' . '/includes/media.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.The theme appears to use include or require : front-functions.php 670: include( $located ); 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.