Businessx
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbusinessx.1.0.5.7.zip
- FILE SIZE1093153 bytes
- MD5155da87aa7a39815a5774eb98166fdc7
- SHA19976e128dd5982d984dbcc1ed97c781bee5f9aa0
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0.5.7
- TAGScustom-header, grid-layout, right-sidebar, sticky-post, translation-ready, threaded-comments, featured-images, custom-menu, theme-options, footer-widgets, portfolio, blog, e-commerce
- CREATION DATE2020-06-09
- LAST FILE UPDATE2020-06-09
- LAST VALIDATION2020-06-09 09:01
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- No reference to custom background was found in the theme.
- 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 partial-template-helpers.php. Function get_option( 'date_format' ) should be used instead.
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 : customizer.php
Ligne19: require_once( BUSINESSX_CUSTOMIZER_PATH . 'controls/rgba/rgba-picker.php' )
Ligne20: require_once( BUSINESSX_CUSTOMIZER_PATH . 'controls/info/info.php' ); // In
Ligne21: require_once( BUSINESSX_CUSTOMIZER_PATH . 'controls/button/button.php' ); /
Ligne22: require_once( BUSINESSX_CUSTOMIZER_PATH . 'controls/link/link.php' ); // Li
Ligne23: require_once( BUSINESSX_CUSTOMIZER_PATH . 'controls/recommend/recommend.php
Ligne60: require_once( BUSINESSX_CUSTOMIZER_PATH . 'sections/docs-button.php' ); //
Ligne61: require_once( BUSINESSX_CUSTOMIZER_PATH . 'sections/recommend.php' ); // Bu
Ligne62: require_once( BUSINESSX_CUSTOMIZER_PATH . 'custom-options/options.php' ); /
Ligne77: require_once( $businessx_options_incl_path );
Ligne91: require_once( BUSINESSX_CUSTOMIZER_PATH . 'options.php' );
Ligne94: require_once( BUSINESSX_CUSTOMIZER_PATH . 'preview-css-tmpl.php' );
Ligne97: require_once( BUSINESSX_CUSTOMIZER_PATH . 'inline-styles.php' );
Ligne100: require_once( BUSINESSX_CUSTOMIZER_PATH . 'enqueue.php' );
Ligne103: require_once( BUSINESSX_CUSTOMIZER_PATH . 'controllers.php' );
Ligne106: require_once( BUSINESSX_CUSTOMIZER_PATH . 'partials.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.