Caspiar
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEcaspiar.zip
- FILE SIZE2170929 bytes
- MD5c4c11eb24e6f6feb5b75806c36cb3af1
- SHA1c714a7f2eb77cd21d469ee8b68875844ce295f69
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://victorthemes.com/themes/caspiar/
- VERSION1.4
- AUTHOR URIhttps://victorthemes.com/wp-themes/caspiar
- TAGSone-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
- CREATION DATE2024-07-11
- LAST FILE UPDATE2024-07-11
- LAST VALIDATION2024-07-11 13:24
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne741: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
File class-tgm-plugin-activation.php : codestar-framework.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- 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 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 : init.php
Ligne9: require_once( CASPIAR_FRAMEWORK . '/theme-support.php' );
Ligne10: require_once( CASPIAR_FRAMEWORK . '/backend-functions.php' );
Ligne11: require_once( CASPIAR_FRAMEWORK . '/frontend-functions.php' );
Ligne12: require_once( CASPIAR_FRAMEWORK . '/enqueue-files.php' );
Ligne13: require_once( CASPIAR_CS_FRAMEWORK . '/config.php' );
Ligne17: require_once( CASPIAR_FRAMEWORK . '/plugins/woocommerce/woo-config.php' );
Ligne21: require_once( CASPIAR_FRAMEWORK . '/core/vt-mmenu/wp_bootstrap_navwalker.ph
Ligne24: require_once( CASPIAR_FRAMEWORK . '/plugins/notify/activation.php' );
Ligne27: require_once( CASPIAR_FRAMEWORK . '/core/sidebars.php' );
Ligne30: require_once( CASPIAR_FRAMEWORK . '/dynamic-style.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.