TwoFold
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtwofold-wp.zip
- FILE SIZE2364595 bytes
- MD501a807d79905e5c3a7c7631f689ddaaf
- SHA1ee61641405d1a6c0f10f1a0f6df1eabd6044107e
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION3.1.8.1
- TAGStwo-columns, four-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
- CREATION DATE2019-08-24
- LAST FILE UPDATE2019-08-24
- LAST VALIDATION2019-08-24 12:46
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne495: add_menu_page( Thb_Theme_Admin::$thb_theme_name, Thb_Theme_Admin::$thb_them
File fuelthemes.php :Ligne498: add_submenu_page( 'thb-product-registration', 'Registration', 'Registration
Ligne501: add_submenu_page( 'thb-product-registration', 'Plugins', 'Plugins', 'edit_t
Ligne504: add_submenu_page( 'thb-product-registration', 'Demo Import', 'Demo Import',
Ligne507: add_submenu_page( 'thb-product-registration', 'Theme Options', 'Theme Optio
File fuelthemes.php :Ligne498: add_submenu_page( 'thb-product-registration', 'Registration', 'Registration
Ligne501: add_submenu_page( 'thb-product-registration', 'Plugins', 'Plugins', 'edit_t
Ligne504: add_submenu_page( 'thb-product-registration', 'Demo Import', 'Demo Import',
Ligne507: add_submenu_page( 'thb-product-registration', 'Theme Options', 'Theme Optio
File fuelthemes.php :Ligne498: add_submenu_page( 'thb-product-registration', 'Registration', 'Registration
Ligne501: add_submenu_page( 'thb-product-registration', 'Plugins', 'Plugins', 'edit_t
Ligne504: add_submenu_page( 'thb-product-registration', 'Demo Import', 'Demo Import',
Ligne507: add_submenu_page( 'thb-product-registration', 'Theme Options', 'Theme Optio
File fuelthemes.php :Ligne498: add_submenu_page( 'thb-product-registration', 'Registration', 'Registration
Ligne501: add_submenu_page( 'thb-product-registration', 'Plugins', 'Plugins', 'edit_t
Ligne504: add_submenu_page( 'thb-product-registration', 'Demo Import', 'Demo Import',
Ligne507: add_submenu_page( 'thb-product-registration', 'Theme Options', 'Theme Optio
File OneClickDemoImport.php :Ligne138: $this->plugin_page = add_submenu_page(
File fuelthemes.php : twofold-post-types.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is twofold.
- More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are woocommerce, twofold, thevoux, option-tree, tgmpa, wordpress-importer, pt-ocdi.
- The theme uses the register_taxonomy() function, which is plugin-territory functionality.
- 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 header 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.
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 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 : demo-import.php
Ligne2: <?php include 'header.php'; ?>
Ligne21: include 'requirements.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 : registration.phpLigne2: <?php include 'header.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 : plugins.phpLigne2: <?php include 'header.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 : header.phpLigne7: <?php include 'tabs.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 : ot-loader.phpLigne552: require( $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 : ot-functions-docs-page.phpLigne751: require( trailingslashit( get_template_directory() ) . \'includes/meta-boxe
Ligne834: require( trailingslashit( get_template_directory() ) . \'option-tree/ot-loa
Ligne851: require( trailingslashit( get_template_directory() ) . \'includes/theme-opt
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 : CustomizerImporter.phpLigne186: require_once( ABSPATH . 'wp-admin/includes/media.php' );
Ligne187: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne188: require_once( ABSPATH . 'wp-admin/includes/image.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.