Customizr
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEcustomizr.4.3.3.zip
- FILE SIZE6042695 bytes
- MD561ca1342357c62c02625515ac607f7e8
- SHA19c5aa5f7e92429a7405bac85f62bd2c4c09c5389
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://presscustomizr.com/customizr
- VERSION4.3.3
- AUTHOR URIhttps://presscustomizr.com/
- TAGSone-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-
- CREATION DATE2020-09-27
- LAST FILE UPDATE2020-09-28
- LAST VALIDATION2020-09-28 10:01
- OTHER VERSIONS
This theme is open source.
Warning
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $_to_load found in translation function in czr-init-ccat.php. Translation function calls should not contain PHP variables.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file class-plugin-rec.php.
Ligne95: sprintf('<a href='https://nimblebuilder.com/landing-page-one/' target='_blank' rel='noreferre
- 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 page.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 archive.php.
- This theme does not contain optional file search.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-base.php
Ligne1055: require_once( get_template_directory() . '/core/core-functions.php' );
Ligne1059: require_once( get_template_directory() . '/core/init-pro.php' );
Ligne1072: require_once( dirname( __FILE__ ) . '/czr-base-fmk/czr-base-fmk.php' );
Ligne1086: require_once( CZR_BASE . CZR_CORE_PATH . 'czr-modules/social-links/social_l
Ligne1120: require_once( get_template_directory() . ( czr_fn_is_ms() ? '/core/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.The theme appears to use include or require : init.phpLigne279: require_once( CZR_BASE . CZR_CORE_PATH . 'core-settings-map.php' );
Ligne282: require_once( CZR_BASE . CZR_CORE_PATH . 'functions-ccat.php' );
Ligne568: require_once( $filename );
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 : fmk-ccat.phpLigne757: return require_once( $path );
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 : czr-base-fmk.phpLigne1184: require_once( $setting_args[ 'setting_class' ]['path'] );
Ligne1311: require_once( $setting_args[ 'setting_class' ]['path'] );
Ligne1333: require_once( $control_args[ 'control_class' ]['path'] );
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 : czr-init-ccat.phpLigne108: // require_once ( TC_BASE_CHILD . $path_suffix[0] . '/class-' . $group . '-' .
Ligne111: // require_once ( TC_BASE . $path_suffix[0] . '/class-' . $group . '-' .$path_
Ligne137: require_once ( TC_BASE_CHILD . $file_path ) ;
Ligne140: require_once ( TC_BASE . $file_path ) ;
Ligne1965: require_once( TC_BASE . 'core/core-settings-map.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.