UnderBoot
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEunderboot.1.1.2.zip
- FILE SIZE453735 bytes
- MD5b8cf40b52de93d374bee28b903a3e015
- SHA197be7621685e1d452f611e0d8de6280ef84e2b3d
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.1.2
- TAGScustom-background, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-06-10
- LAST FILE UPDATE2020-06-10
- LAST VALIDATION2020-06-10 22:13
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wrong tag custom-logo in style.css header.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- 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 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 : class-customize.php
Ligne65: require_once( trailingslashit( get_template_directory() ) . '/inc/customize
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.