76
Validation results

Boombox

Boombox

WordPress 6.5.2 theme
76
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEboombox.zip
  • FILE SIZE5207817 bytes
  • MD5726450bd0ef23a94d45ef750ae53f374
  • SHA11daba4e125a40e556c99f7b1027d1d4e963c7a99
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images, Adobe Photoshop
  • THEME URIhttp://boombox.px-lab.com
  • VERSION1.0.2
  • AUTHOR URI
  • TAGSone-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-background, full-width-template,custom-menu, editor-style, featured-images, featured-image-header, post-formats, sticky-post, theme-options, transla
  • CREATION DATE2019-08-14
  • LAST FILE UPDATE2019-08-14
  • LAST VALIDATION2019-08-14 12:54
  • OTHER VERSIONS

    2.8.2 : 0%

    2.7.3 : 0%

    2.6.5 : 0%

    2.6.0.1 : 0%

    2.6.0 : 0%

    2.5.9 : 0%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was boombox-theme-extensions.zip envato-wordpress-toolkit-master.zip.
Warning
  1. Comment pagination : Declaration of comment paginationThe 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.
  2. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  3. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  4. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : front-functions.php 17: require_once( BOOMBOX_FRONT_PATH . 'color-scheme.php' );22: require_once( BOOMBOX_FRONT_PATH . 'global-functions.php' );27: require_once( BOOMBOX_FRONT_PATH . 'lib/class-boombox-loop-helper.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 : theme-setup.php 432: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );491: require_once( BOOMBOX_INCLUDES_PATH . 'authentication/auth.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 : social-auth.php 318: //require_once( ABSPATH .'/wp-admin/includes/file.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 : auth.php 58: require_once( BOOMBOX_INCLUDES_PATH . 'authentication/default/default-auth.65: require_once( BOOMBOX_INCLUDES_PATH . 'authentication/social/social-auth.ph 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 : admin-functions.php 17: require_once( BOOMBOX_ADMIN_PATH . 'activation/class-tgm-plugin-activation.18: require_once( BOOMBOX_ADMIN_PATH . 'activation/plugins-activation.php' );19: require_once( BOOMBOX_ADMIN_PATH . 'activation/theme-activation.php' );24: require_once( BOOMBOX_ADMIN_PATH . 'metaboxes/lib/class-boombox-page-metabo25: require_once( BOOMBOX_ADMIN_PATH . 'metaboxes/lib/class-boombox-post-metabo26: require_once( BOOMBOX_ADMIN_PATH . 'metaboxes/lib/class-boombox-category-me28: require_once( BOOMBOX_ADMIN_PATH . 'metaboxes/lib/class-boombox-menu-item-c29: require_once( BOOMBOX_ADMIN_PATH . 'metaboxes/lib/class-boombox-walker-head 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 : customizer.php 35: require_once( BOOMBOX_ADMIN_PATH . 'customizer/lib/class-boombox-control-mu36: require_once( BOOMBOX_ADMIN_PATH . 'customizer/lib/class-boombox-control-mu37: require_once( BOOMBOX_ADMIN_PATH . 'customizer/lib/class-boombox-custom-con39: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/site-identity.php' );46: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/design-global.php' );47: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/design-header.php' );48: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/design-footer.php' );49: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/design-badges.php' );51: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/site-auth.php' );58: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/layout-archive.php' );59: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/layout-post.php' );60: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/layout-page.php' );62: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/settings-rating.php' );63: require_once ( BOOMBOX_ADMIN_PATH . 'customizer/settings-reactions.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.
Other checked themes