KnowHow
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEknowhow.zip
- FILE SIZE828016 bytes
- MD5c6cac07c93348ae78b2db4468976343f
- SHA1c4db24fcd1145adf565caee269d6fc589c0b017f
- LICENSECustom
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://herothemes.com/?=knowhow
- VERSION1.1.18
- AUTHOR URIhttps://herothemes.com/
- CREATION DATE2019-11-03
- LAST FILE UPDATE2019-11-03
- LAST VALIDATION2019-11-03 11:20
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- add_menu_page(File about.php : 76: $about = add_submenu_page( File about.php : 61:
Warning
- Found wrong tag 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 knowhow, meta-box.
- The theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- No reference to custom header was found in the theme.
- 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.
- Screenshot size is 300x225px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.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 support.php.10: <p class='about-description'>Still need help with Meta Box? We offer excellent support for you. But don't forget to check our <a href='https://docs.metabox.io?utm_source=WordPress&utm_medium=link&utm_campaign=pPossible hard-coded links were found in the file core.php.38: $links[] = '<a href='https://docs.metabox.io'>' . esc_html__( 'Documentation', 'meta-box' ) . '<39: $links[] = '<a href='https://metabox.io/plugins/' style='color: #39b54a; font-weight: bold'>' .
- 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 attachment.php.
- The theme appears to use include or require : config.php 5: require($wp_include); 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 : interface.php 1: <?php require_once('config.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 : video.php 137: require_once( RWMB_INC_DIR . 'templates/video.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 : widget-functions.php 8: require('widget-articles.php');11: require('widget-popular-articles.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.