Exploore
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEexploore.zip
- FILE SIZE20191761 bytes
- MD5a8d13858ad6455b86623a87f9e140d8a
- SHA197627751fa4decb44c6a3f69f22d711686cc133c
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://wp.swlabs.co/exploore
- VERSION5.6
- TAGSone-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options, translation-ready
- CREATION DATE2019-10-20
- LAST FILE UPDATE2019-10-20
- LAST VALIDATION2019-10-20 09:59
This theme is open source.
Critical alerts
- Found <iframe src="https://www.youtube.com/embed/'.esc_attr( $post_meta_video['youtube_id'] ).'?rel=0" class="video-embed"> in file class-blog.php. 342: $iframe_video = '<iframe src='https://www.youtube.com/embed/'.esc_attr( $post_meta_video['yo
- HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value.44: if ( HEADER_TEXTCOLOR == $header_text_color ) { Constant HEADER_TEXTCOLOR was found in the file custom-header.php. add_theme_support( 'custom-header' ) should be used instead. 43: // get_header_textcolor() options:
slzexploore-core.zip revslider.zip js_composer.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 exploore, slzexploore-core.
- 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 taxonomy.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 : header.php 109: include(locate_template('inc/header/header-' . $template . '.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 : slz-init.php 15: require_once( SLZEXPLOORE_FRAMEWORK_DIR . '/class-slzexploore.php' );16: require_once( SLZEXPLOORE_THEME_DIR . '/admin/admin-init.php' );21: require_once( SLZEXPLOORE_FRAMEWORK_DIR . '/slz-theme-option.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-slzexploore.php 35: require_once( $path . $class_file );102: $setting = require( SLZEXPLOORE_FRAMEWORK_DIR . '/config.php' );139: $params = require( SLZEXPLOORE_FRAMEWORK_DIR . '/params.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-abstract.php 136: require( $this->get_view_file( $_view_file_ ) );139: require( $this->get_view_file( $_view_file_ ) ); 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-init.php 4: require_once( SLZEXPLOORE_CORE_DIR.'/extensions/extensions-init.php' );9: require_once( SLZEXPLOORE_THEME_DIR.'/admin/options-init.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.