53
Validation results

Globaly

Globaly

WordPress 6.5.2 theme
53
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEglobaly.zip
  • FILE SIZE5051620 bytes
  • MD5f43530f8fcc5adbcc5cced4ba806da4b
  • SHA14212c5bd46e5cafedf40115aa80505f12d52e5e5
  • LICENSEGNU GPL 3
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://www.templatemonster.com/wordpress-themes.php
  • VERSION1.0.0
  • AUTHOR URI
  • TAGSone-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
  • CREATION DATE2019-09-25
  • LAST FILE UPDATE2023-02-16
  • LAST VALIDATION2023-02-16 03:04
This theme is proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File cherry-page-builder.php : 194: add_submenu_page( $this->data['parent'], $this->data['title'], $this->data[201: * Triggered by the 'add_menu_page' or 'add_submenu_page'.File cherry-page-builder.php : 196: add_menu_page( $this->data['title'], $this->data['args']['menu'], $this->da201: * Triggered by the 'add_menu_page' or 'add_submenu_page'.File cherry-page-builder.php : 196: add_menu_page( $this->data['title'], $this->data['args']['menu'], $this->da201: * Triggered by the 'add_menu_page' or 'add_submenu_page'.File cherry-page-builder.php : 194: add_submenu_page( $this->data['parent'], $this->data['title'], $this->data[201: * Triggered by the 'add_menu_page' or 'add_submenu_page'.
  2. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was power-builder.zip tm-header-banner.zip cherry-ld-mods-switcher.zip.
Warning
  1. Text domain : Incorrect use of translation functions.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 globaly.
  2. Text domain : Incorrect use of translation functions.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are cherry-framework, globaly.
  3. Cdn : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/font-awesome. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  7. 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 author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : cherry-core.php 286: require_once( $path ); 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 : cherry-customizer.php 218: require_once( trailingslashit( dirname( __FILE__ ) ) . '/inc/class-cherry-w981: include_once( ABSPATH . '/wp-admin/includes/file.php' );1006: include_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 : cherry-template-loader.php 105: include_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 : cherry-template-manager.php 105: require_once( dirname( __FILE__ ) . '/inc/cherry-template-loader.php' );106: require_once( dirname( __FILE__ ) . '/inc/cherry-template-parser.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 : cherry-creator.php 72: require_once( $this->module_directory . '/inc/cherry-creator-term.php' );87: require_once( 'cherry-creator-term.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 : icon-set.php 132: include_once( ABSPATH . '/wp-admin/includes/class-wp-filesystem-base.php' )133: include_once( ABSPATH . '/wp-admin/includes/class-wp-filesystem-direct.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 : cherry-ui-elements.php 115: require_once( dirname( __FILE__ ) . '/i-ui.php' );119: require_once( dirname( __FILE__ ) . '/ui-element.php' );124: require_once( dirname( __FILE__ ) . '/inc/ui-elements/ui-' . $ui_element . 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 : cherry-taxonomies.php 69: require_once( $this->module_directory . '/inc/cherry-taxonomy.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 : cherry-utility.php 95: require_once( dirname( __FILE__ ) . '/inc/cherry-' . $utilit . '-utilit.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 : class-cherry5-insertion-popup.php 134: require_once( apply_filters( 'cherry5-is__popup-template', $this->args['mod 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 : cherry5-insert-shortcode.php 157: require_once( dirname( __FILE__ ) . '/inc/class-cherry5-insertion-button.ph158: require_once( dirname( __FILE__ ) . '/inc/class-cherry5-insertion-popup.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 : cherry-dynamic-css.php 106: require_once 'inc/class-cherry-dynamic-css-collector.php';109: include 'assets/min/cherry-css-collector.min.js';248: require_once 'inc/class-cherry-dynamic-css-utilities.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 : cherry-post-types.php 76: require_once( $this->module_directory . '/inc/cherry-post-type.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 : cherry-widget-factory.php 99: require_once( dirname( __FILE__ ) . '/inc/class-cherry-abstract-widget.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 : class-custom-posts-widget.php 274: require( $holder_view_dir ); 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