ClassiadsPro
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEclassiadspro.zip
- FILE SIZE6040295 bytes
- MD5154b452de20bbf6130b79afa4a588253
- SHA186d59554774d59fafbea87f21e7be638f936c196
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION5.9.3
- TAGStranslation-ready
- CREATION DATE2021-05-18
- LAST FILE UPDATE2021-05-18
- LAST VALIDATION2021-05-18 18:36
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- add_submenu_page#Parameters File options-config.php : 67: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
collection5.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Themes should not hide admin bar. Detected in file classiadspro-dynamic.css.
- No 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.
- At least one hard coded date was found in the file single.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
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 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 : pacz-admin.php 144: require_once( 'templates/plugins.php' );148: include_once( 'templates/icon-library.php' );153: include_once( 'templates/demo-import.php' );158: include_once( 'templates/tutorial.php' );162: require_once( 'templates/registration.php' );166: require_once( 'templates/theme-setup.php' );174: include_once( '_partials/performance.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 : general.php 942: 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 : woocommerce.php 19: require_once (PACZ_THEME_PLUGINS_CONFIG . '/woocommerce-quantity-increment/ 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 : metabox-layout.php 2: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : woocommerce-quantity-increment.php 98: require_once (trailingslashit( get_template_directory() ).'includes/plugins 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.