0
Validation results

Hayden

Hayden

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEhayden.zip
  • FILE SIZE181969 bytes
  • MD5675a3f0f0d24e88b56ce6cdb92b8dd50
  • SHA182ca046227760a511f93448dcd4017b80e0d5f0d
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://themetrust.com/hayden
  • VERSION1.1.8
  • AUTHOR URI
  • TAGSportfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus
  • CREATION DATE2019-12-17
  • LAST FILE UPDATE2019-12-17
  • LAST VALIDATION2019-12-17 22:55
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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 5: define('OPTIONS_FRAMEWORK_URL', TEMPLATEPATH . '/admin/');12: define('MRMETABOX_URL', TEMPLATEPATH . '/admin/mr-meta-box/');19: load_theme_textdomain( 'themetrust', TEMPLATEPATH . '/languages' );22: require_once (TEMPLATEPATH . '/admin/widgets.php');245: include(TEMPLATEPATH . '/js/slideshow.php');247: include(TEMPLATEPATH . '/js/google_map.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_links_list get_links_list found in file links.php. Deprecated since version 2.1. Use wp_list_bookmarks() instead.10: <?php get_links_list(); ?>
  6. Deprecated functions : screen_icon screen_icon found in file options-framework.php. Deprecated since version 3.8.232: <?php screen_icon( 'themes' ); ?>
  7. Deprecated functions : get_bloginfo get_bloginfo('stylesheet_directory') was found in the file options.php. Use get_stylesheet_directory_uri() instead.47: $imagepath = get_bloginfo('stylesheet_directory') . '/images/';get_bloginfo('template_directory') was found in the file functions.php. Use get_template_directory_uri() instead.6: define('OPTIONS_FRAMEWORK_DIRECTORY', get_bloginfo('template_directory') . '/admin/');get_bloginfo('template_url') was found in the file functions.php. Use get_template_directory_uri() instead.89: wp_enqueue_script('pageslide', get_bloginfo('template_url').'/js/jquery.pageslide.min.js', array('jquery')92: wp_enqueue_script('flickrfeed', get_bloginfo('template_url').'/js/jflickrfeed.js', array('jquery'), '0.8', 95: wp_enqueue_script('superfish', get_bloginfo('template_url').'/js/superfish.js', array('jquery'), '1.7.4', 97: wp_enqueue_style('superfish', get_bloginfo('template_url').'/css/superfish.css', false, '1.7.4', 'all' );99: wp_enqueue_script('fitvids', get_bloginfo('template_url').'/js/jquery.fitvids.js', array('jquery'), '1.0100: wp_enqueue_script('actual', get_bloginfo('template_url').'/js/jquery.actual.min.js', array('jquery'), '102: wp_enqueue_script('fittext', get_bloginfo('template_url').'/js/jquery.fittext.js', array('jquery'), '1.0104: wp_enqueue_script('hayden-wait-for-images', get_bloginfo('template_url') . '/js/jquery.waitforimages.min.js', array('jq105: wp_enqueue_script('isotope', get_bloginfo('template_url').'/js/jquery.isotope.min.js', array('jquery'), 107: wp_enqueue_style('slideshow', get_bloginfo('template_url').'/css/flexslider.css', false, '1.8', 'all' );108: wp_enqueue_script('slideshow', get_bloginfo('template_url').'/js/jquery.flexslider-min.js', array('jquery'110: wp_enqueue_script('theme_trust_js', get_bloginfo('template_url').'/js/theme_trust.js', array('jquery'), '1.0', 909: <?php echo get_avatar($comment,'70',get_bloginfo('template_url').'/images/default_avatar.png'); ?>
  8. Deprecated functions : bloginfo bloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.72: <h1 class='logo'><a href='<?php bloginfo('url'); ?>'><img src='<?php echo $ttrust_logo; ?>' alt='<?php blog74: <h1><a href='<?php bloginfo('url'); ?>'><?php bloginfo('name'); ?></a></h1>bloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.2: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>/'>bloginfo('template_url') was found in the file functions.php. Use echo esc_url( get_template_directory_uri() ) instead.89: wp_enqueue_script('pageslide', get_bloginfo('template_url').'/js/jquery.pageslide.min.js', array('jquery'), '292: wp_enqueue_script('flickrfeed', get_bloginfo('template_url').'/js/jflickrfeed.js', array('jquery'), '0.8', true95: wp_enqueue_script('superfish', get_bloginfo('template_url').'/js/superfish.js', array('jquery'), '1.7.4', true97: wp_enqueue_style('superfish', get_bloginfo('template_url').'/css/superfish.css', false, '1.7.4', 'all' );99: wp_enqueue_script('fitvids', get_bloginfo('template_url').'/js/jquery.fitvids.js', array('jquery'), '1.0', t100: wp_enqueue_script('actual', get_bloginfo('template_url').'/js/jquery.actual.min.js', array('jquery'), '1.8.102: wp_enqueue_script('fittext', get_bloginfo('template_url').'/js/jquery.fittext.js', array('jquery'), '1.0', t104: wp_enqueue_script('hayden-wait-for-images', get_bloginfo('template_url') . '/js/jquery.waitforimages.min.js', array('jquery105: wp_enqueue_script('isotope', get_bloginfo('template_url').'/js/jquery.isotope.min.js', array('jquery'), '1.3107: wp_enqueue_style('slideshow', get_bloginfo('template_url').'/css/flexslider.css', false, '1.8', 'all' );108: wp_enqueue_script('slideshow', get_bloginfo('template_url').'/js/jquery.flexslider-min.js', array('jquery'), '110: wp_enqueue_script('theme_trust_js', get_bloginfo('template_url').'/js/theme_trust.js', array('jquery'), '1.0', true197: <link rel='stylesheet' href='<?php bloginfo('template_url'); ?>/css/ie7.css' type='text/css' media='screen' />200: <link rel='stylesheet' href='<?php bloginfo('template_url'); ?>/css/ie8.css' type='text/css' media='screen' />909: <?php echo get_avatar($comment,'70',get_bloginfo('template_url').'/images/default_avatar.png'); ?>bloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.27: <div class='left'><p><?php if($footer_left){echo($footer_left);} else{ ?>&copy; <?php echo date('Y');?> <a href='<?php bloginfo('url'); ?>'><strong><?php bloginfo('name'); ?></strong></a> All Ri
  9. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag responsive in style.css header.Found wrong tag clean in style.css header.Found wrong tag minimal in style.css header.The tag white has been deprecated, it must be removed from style.css header.Found wrong tag custom-menus in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Projects' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Projects' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No projects found' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No projects found in Trash' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Project' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Title' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnail' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Author' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Date' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnail' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skills' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Skills' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'All Skills' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Skill:' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Skill' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Skill Name' in file functions.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'mr_meta_box Galleries', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'mr_meta_box Gallery', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add New', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add New mr_meta_box Gallery', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Edit mr_meta_box Gallery', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'New mr_meta_box Gallery', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'View mr_meta_box Gallery', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Search mr_meta_box Galleries', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'No mr_meta_box galleries found', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'No mr_meta_box galleries found in Trash', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Parent mr_meta_box Gallery:', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'mr_meta_box Galleries', 'mr_meta_box_gallery' in file mr-post-types.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(15 max)' in file widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file options-customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear' in file options-framework.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file options-framework.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Color' in file options-framework.php.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 themetrust, optionsframework, options_framework_theme.
  3. Cdn : Use of CDNFound the URL of a CDN in the code: html5shiv.googlecode.com/svn/trunk/html5.js. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  4. Plugin territory : Plugin territory functionalitiesThe 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.
  5. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  6. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Deprecated functions : screen_iconscreen_icon found in file options-framework.php. Deprecated since version 3.8.232: <?php screen_icon( 'themes' ); ?>
  9. 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.
  10. CSS files : Presence of license typeLicense: is missing from style.css header.
  11. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  14. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  15. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  16. 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.
  17. Date and time implementation : Use of the_time()At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file part-post.php. Function get_option( 'date_format' ) should be used instead.
  18. 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 options.php.213: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan219: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan225: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan231: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan237: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan243: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan213: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan219: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan225: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan231: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan237: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan243: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan213: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan219: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan225: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan231: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan237: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan243: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan213: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan219: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan225: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan231: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan237: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan243: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan213: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan219: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan225: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan231: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan237: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan243: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan213: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan219: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan225: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan231: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan237: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan243: 'desc' => __('Enter the name of the <a href='http://www.google.com/webfonts' target='_blank'>Google Web Font</a> you wan
  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 category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : mr-meta-box.php 2: require_once 'mr-post-types.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 : options-framework.php 66: require_once($optionsfile); 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