Surround
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsurround.zip
- FILE SIZE6128071 bytes
- MD5fa1196fdb97fea7054983e2968291d3e
- SHA15adfd222c72fa609b3492ea46e37f935abbcb520
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://velikorodnov.com/wordpress
- VERSION1.0.2
- TAGSone-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
- CREATION DATE2019-09-30
- LAST FILE UPDATE2019-09-30
- LAST VALIDATION2019-09-30 16:48
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- .ds_store was found.
- PHP short tags were found in file ._tag.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.1:
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
Tip-off
- Possible Favicon found in functions-core.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 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 : search.php 32: require( $search_form_template ); 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 : metaboxes.php 7: include_once( get_theme_file_path('includes/metaboxes/helpers.php') );8: include_once( get_theme_file_path('includes/metaboxes/category.php') );11: include_once( get_theme_file_path('includes/metaboxes/series.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 : helpers.php 33: 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 : class-integration.php 35: require_once( trailingslashit( $this->directory ) . $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 : vc_mad_series.php 93: <?php include( locate_template( 'template-parts/post/layout-series.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-composer.php 37: require_once( $this->get_dir() . 'config/map.php' );48: 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.The theme appears to use include or require : class-integrations.php 42: require_once( get_theme_file_path( 'includes/integrations/' . trailingslash 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.