Trade
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtrade_V3.3.5.zip
- FILE SIZE12912943 bytes
- MD5e6bb4a40ad2a843f4af016d3d252d3ee
- SHA16452469edcce9646f50a9b39668c12396450bc7e
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION3.3.5
- TAGStwo-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-logo, editor-style, featured-images, front-page-post-form, full-width-template, theme-options, translation-ready
- CREATION DATE2020-06-30
- LAST FILE UPDATE2020-07-25
- LAST VALIDATION2020-07-25 03:25
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- add_submenu_page#Parameters File trade.options.php : 110: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
trade-core.zip vc-ext-trade.zip js_composer.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wrong tag custom-logo in style.css header.
- 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 trade, axion.
- At least one hard coded date was found in the file actions-config.php. Function get_option( 'date_format' ) should be used instead.
- Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
Tip-off
- Possible Favicon found in actions-config.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 : actions-config.php 522: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');523: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');524: require_once(ABSPATH . 'wp-admin' . '/includes/media.php');536: require_once(ABSPATH . 'wp-admin' . '/includes/image.php');537: require_once(ABSPATH . 'wp-admin' . '/includes/file.php');538: require_once(ABSPATH . 'wp-admin' . '/includes/media.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.