Unicase
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEunicase.zip
- FILE SIZE2911235 bytes
- MD5bca5cd780da46b2ddc429f6a53978255
- SHA1de2f2e639450a9a3f8cabd10d4938a96c4c69c68
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://transvelo.github.io/unicase/
- VERSION1.6.6
- AUTHOR URIhttps://madrasthemes.com/
- TAGSblack, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
- CREATION DATE2020-12-01
- LAST FILE UPDATE2020-12-01
- LAST VALIDATION2020-12-01 07:57
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- The tag black has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag light 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/ - No reference to custom header 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
- 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 archive.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 : post-formats.php
Ligne123: include('views/tabs.php');
Ligne134: include('views/format-'.$format.'.php');
Ligne239: include('views/format-gallery.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 : setup.phpLigne439: 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.