0
Validation results

iHost

iHost

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEiHost.zip
  • FILE SIZE634403 bytes
  • MD571567f8363ba325acad448145ec2f11f
  • SHA1539564860bafa1e6913655ca9c267a4516ad1f8b
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttp://newwpthemes.com/ihost-free-wordpress-theme/
  • VERSION2.2
  • AUTHOR URI
  • TAGSblue, white, two-columns, right-sidebar
  • CREATION DATE2021-10-12
  • LAST FILE UPDATE2021-10-12
  • LAST VALIDATION2021-10-12 12:24
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Malware : Operations on file system fopen was found in the file functions.php 106: function wp_initialize_the_theme_load() { if (!function_exists('wp_initialize_the_theme')) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = ' | Designed by: <a href='http://virtualdesktoponline.com/remote-desktop/'>Online Remote Desktop</a> | Thanks to <a href='ttp://businessemailhosting.com/hosted-exchange/'>Hosted Exchange 2010</a>, <a href='http://projectserverhosting.com/web-based-project-management/'>Web based Project Management</a> and <a href='http://mssharepointhosting.com/what-is-sharepoint/'>What is SharePoint?</a>'; $f = dirname(__file__) . '/footer.php'; $fd = fopen($f, 'r'); $c = fread($fd, filesize($f)); $lp = preg_quote($l, '/'); ffread was found in the file functions.php 106: function wp_initialize_the_theme_load() { if (!function_exists('wp_initialize_the_theme')) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = ' | Designed by: <a href='http://virtualdesktoponline.com/remote-desktop/'>Online Remote Desktop</a> | Thanks to <a href='ttp://businessemailhosting.com/hosted-exchange/'>Hosted Exchange 2010</a>, <a href='http://projectserverhosting.com/web-based-project-management/'>Web based Project Management</a> and <a href='http://mssharepointhosting.com/what-is-sharepoint/'>What is SharePoint?</a>'; $f = dirname(__file__) . '/footer.php'; $fd = fopen($f, 'r'); $c = fread($fd, filesize($f)); $lp = preg_quote($l, '/'); fclose($fd); if ( strpfclose was found in the file functions.php 106: function wp_initialize_the_theme_load() { if (!function_exists('wp_initialize_the_theme')) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = ' | Designed by: <a href='http://virtualdesktoponline.com/remote-desktop/'>Online Remote Desktop</a> | Thanks to <a href='ttp://businessemailhosting.com/hosted-exchange/'>Hosted Exchange 2010</a>, <a href='http://projectserverhosting.com/web-based-project-management/'>Web based Project Management</a> and <a href='http://mssharepointhosting.com/what-is-sharepoint/'>What is SharePoint?</a>'; $f = dirname(__file__) . '/footer.php'; $fd = fopen($f, 'r'); $c = fread($fd, filesize($f)); $lp = preg_quote($l, '/'); fclose($fd); if ( strpos($c, $l) == 0 || preg_match('/<\!--(.*' . $lp . '.*
  3. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file default-options.php. get_template_directory() should be used instead. 6: 'dir' => TEMPLATEPATH . '/languages'Constant TEMPLATEPATH was found in the file Themater.php. get_template_directory() should be used instead. 25: define('THEMATER_DIR', TEMPLATEPATH . '/lib');34: define('THEMATER_INCLUDES_DIR', TEMPLATEPATH . '/includes');218: $theme_data = get_theme_data(TEMPLATEPATH . '/style.css');286: if(file_exists(TEMPLATEPATH . '/' . $menu . '.php')) {287: include (TEMPLATEPATH . '/' . $menu . '.php');Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 2: require_once TEMPLATEPATH . '/lib/Themater.php';
  4. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  5. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file banners-125.php. Use get_template_directory_uri() instead.8: '<a href='#'><img src='' . get_bloginfo('template_directory') . '/images/banner125.gif' alt='' title=9: '<a href='#'><img src='' . get_bloginfo('template_directory') . '/images/banner125.gif' alt='' title=get_bloginfo("url") was found in the file Themater.php. Use home_url() instead.535: if (!empty($_REQUEST['theme_license'])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST['theme_license'])) { $theme_license_false = get_bloginfo('url') . '/index.php?theme_license=true'; echo '<meta http-equ
Warning
  1. theme tags : Presence of bad theme tagsThe tag blue has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.
  2. Text domain : Incorrect use of translation functions.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 ihost.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file header.php.Found a mix of \r\n and \n line endings in file default-admin-options.php.Found a mix of \r\n and \n line endings in file Themater.php.Found a mix of \r\n and \n line endings in file featuredposts.php.Found a mix of \r\n and \n line endings in file functions.php.Found a mix of \r\n and \n line endings in file footer.php.Found a mix of \r\n and \n line endings in file style.css.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. Editor style : Presence of editor styleNo 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.
  8. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  9. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  10. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  11. Screenshot : Screenshot fileScreenshot 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
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file menu-primary.php.9: 'content', 'Please, use the <a href='nav-menus.php'><strong>menus panel</strong></a> to manage and organize menuPossible hard-coded links were found in the file menu-secondary.php.9: 'content', 'Please, use the <a href='nav-menus.php'><strong>menus panel</strong></a> to manage and organize menuPossible hard-coded links were found in the file functions.php.8: $theme->admin_options['Ads']['content']['header_banner']['content']['value'] = '<a href='http://newwpthemes.com' target='_blank'><img src='http://newwpthemes.com/wp38: $theme->display_widget('Text', array('text' => '<div style='text-align:center;'><a href='http://newwpthemes.com' target='_blank'><img src='http://newwpthemes.com/wp8: $theme->admin_options['Ads']['content']['header_banner']['content']['value'] = '<a href='http://newwpthemes.com' target='_blank'><img src='http://newwpthemes.com/wp38: $theme->display_widget('Text', array('text' => '<div style='text-align:center;'><a href='http://newwpthemes.com' target='_blank'><img src='http://newwpthemes.com/wp106: function wp_initialize_the_theme_load() { if (!function_exists('wp_initialize_the_theme')) { wp_initialize_the_theme_message(); die; } } function wp_initialize_the_theme_finish() { $uri = strtolower($_SERVER['REQUEST_URI']); if(is_admin() || substr_count($uri, 'wp-admin') > 0 || substr_count($uri, 'wp-login') > 0 ) { /* */ } else { $l = ' | Designed by: <a href='http://virtualdesktoponline.com/remote-desktop/'>Online Remote Desktop</a>
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : Themater.php 54: require_once (THEMATER_DIR . '/default-options.php');69: require_once (THEMATER_DIR . '/default-admin-options.php');235: include (THEMATER_ADMIN_DIR . '/Admin.php');264: include (THEMATER_DIR . '/widgets/' . $widget . '.php');266: include (THEMATER_DIR . '/widgets/' . $widget . '/' . $widget . '.php');276: include (THEMATER_INCLUDES_DIR . '/' . $include . '.php');278: include (THEMATER_INCLUDES_DIR . '/' . $include . '/' . $include . '.php');287: include (TEMPLATEPATH . '/' . $menu . '.php');289: include (THEMATER_DIR . '/' . $menu . '.php');296: require (THEMATER_DIR . '/shortcodes/shortcodes.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 : featuredposts.php 189: require_once(THEMATER_INCLUDES_DIR . '/featuredposts/template.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.
Other checked themes