SoccerClub
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsoccerclub.zip
- FILE SIZE23940138 bytes
- MD587525e84a404ef16bd72eff8cd32f504
- SHA196505494eb049c8719a4351b1b3418b35722ee8f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://soccerclub.axiomthemes.com
- VERSION1.3.5
- AUTHOR URIhttp://axiomthemes.com/
- TAGSflexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-08-21
- LAST FILE UPDATE2020-08-21
- LAST VALIDATION2020-08-21 15:29
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
Ligne582: ? '<iframe width='100%' height='166' scrolling='no' frameborder='no' src=''.es
Found <iframe width="100%" height="166" scrolling="no" frameborder="no" src="'.esc_url('https://w.soundcloud.com/player/?url='.($src)).'"> in file core.media.php. revslider.zip essential-grid.zip trx_utils.zip js_composer.zip trx_updater.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Screenshot size is 800x600px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.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 image.php.
- The theme appears to use include or require : core.files.php
Ligne21: require_once( ABSPATH .'/wp-admin/includes/file.php' );
Ligne290: require_once( $file . '/' . ($file_name) . '.php' );
Ligne294: require_once( $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.