0
Validation results

theme18020

theme18020

WordPress 6.5.3 theme
0
  • THEME TYPEWordPress theme 6.5.3
  • FILE NAMEtheme18020.zip
  • FILE SIZE858124 bytes
  • MD59debbca159caf38787fd7148aa6f5583
  • SHA157a511eb0dfb0857744555e3667481c0a17af9ea
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • CREATION DATE2023-10-24
  • LAST FILE UPDATE2023-10-24
  • LAST VALIDATION2023-10-24 03:43
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. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="'.$src.'" frameborder="0" width="'.$width.'" height="'.$height.'" marginwidth="0" marginheight="0" scrolling="no"> in file html.php. 81: $output .= '<iframe src=''.$src.'' frameborder='0' width=''.$width.'' height=''.$heightFound <iframe src="http://player.vimeo.com/video/'.$video_id.'?title=0&amp;byline=0&amp;portrait=0" width="'.$width.'" height="'.$height.'" frameborder="0"> in file shortcodes.php. 432: $output .= '<iframe src='http://player.vimeo.com/video/'.$video_id.'?title=0&amp;byline
  3. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 3: $functions_path = TEMPLATEPATH . '/functions/';4: $includes_path = TEMPLATEPATH . '/includes/';21: include_once(TEMPLATEPATH . '/includes/theme_shortcodes/alert.php');22: include_once(TEMPLATEPATH . '/includes/theme_shortcodes/tabs.php');23: include_once(TEMPLATEPATH . '/includes/theme_shortcodes/toggle.php');24: include_once(TEMPLATEPATH . '/includes/theme_shortcodes/html.php');27: include_once(TEMPLATEPATH . '/includes/theme_shortcodes/tinymce/tinymce_shortcodes.php')34: load_theme_textdomain( 'theme_5819', TEMPLATEPATH . '/languages' );
  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_the_author_email get_the_author_email found in file my-comment-widget.php. Deprecated since version 2.8. Use get_the_author_meta(&#39;email&#39;) instead.38: <?php if(function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '58' ); /* This avatar is the user's gravatar (http
  6. Deprecated functions : screen_icon screen_icon found in file options-framework.php. Deprecated since version 3.8.223: <?php screen_icon( 'themes' ); ?>
  7. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file options.php. Use get_template_directory_uri() instead.96: $imagepath = get_bloginfo('template_directory') . '/includes/images/';get_bloginfo('url') was found in the file header.php. Use home_url() instead.2: $webSiteUrl = get_bloginfo('url').'/';get_bloginfo('template_url') was found in the file shortcodes.php. Use get_template_directory_uri() instead.413: $template_url = get_bloginfo('template_url');get_bloginfo('url') was found in the file theme-scripts.php. Use home_url() instead.14: wp_enqueue_script('swfobject', get_bloginfo('url').'/wp-includes/js/swfobject.js', array('jquery'), '2.2')get_bloginfo('template_url') was found in the file theme-scripts.php. Use get_template_directory_uri() instead.7: wp_register_script('jquery', get_bloginfo('template_url').'/js/jquery-1.7.2.min.js', false, '1.7.2');10: wp_enqueue_script('modernizr', get_bloginfo('template_url').'/js/modernizr.js', array('jquery'), '2.0.6');11: wp_enqueue_script('easing', get_bloginfo('template_url').'/js/jquery.easing.js', array('jquery'), '1.3'12: wp_enqueue_script('tools', get_bloginfo('template_url').'/js/jquery.tools.min.js', array('jquery'), '113: wp_enqueue_script('loader', get_bloginfo('template_url').'/js/jquery.loader_img.js', array('jquery'), '15: wp_enqueue_script('twitter', get_bloginfo('template_url').'/js/jquery.twitter.js', array('jquery'), '1.016: wp_enqueue_script('flickr', get_bloginfo('template_url').'/js/jquery.flickrush.js', array('jquery'), '117: wp_enqueue_script('audiojs', get_bloginfo('template_url').'/js/audiojs/audio.js', array('jquery'), '1.0'19: wp_enqueue_script('animate', get_bloginfo('template_url').'/js/jquery.animate-colors-min.js', array('jqu20: wp_enqueue_script('backgroundPosition', get_bloginfo('template_url').'/js/jquery.backgroundPosition.js', array('jqu21: wp_enqueue_script('fancybox', get_bloginfo('template_url').'/js/jquery.fancybox-1.3.4.pack.js', array('jq22: wp_enqueue_script('transform', get_bloginfo('template_url').'/js/jquery.transform-0.9.3.min.js', array('jq24: wp_enqueue_script('forms', get_bloginfo('template_url').'/js/ajax.forms.js', array('jquery'), '1.2.1')25: wp_enqueue_script('switcher', get_bloginfo('template_url').'/js/ajax.switcher.js', array('jquery'), '1.1.26: wp_enqueue_script('gallery', get_bloginfo('template_url').'/js/gallery.js', array('jquery'), '1');27: wp_enqueue_script('main', get_bloginfo('template_url').'/js/main.js', array('jquery'), '0');get_bloginfo('template_directory') was found in the file functions.php. Use get_template_directory_uri() instead.58: define( 'OPTIONS_FRAMEWORK_DIRECTORY', get_bloginfo('template_directory') . '/admin/' );
  8. Deprecated functions : bloginfo bloginfo('url') was found in the file index.php. Use echo esc_url( home_url() ) instead.20: <p><?php _e('We apologize for any inconvenience, please', 'theme_5819'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('url') was found in the file tag.php. Use echo esc_url( home_url() ) instead.24: <p><?php _e('We apologize for any inconvenience, please', 'theme_5819'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('url') was found in the file archive.php. Use echo esc_url( home_url() ) instead.32: <p><?php _e('We apologize for any inconvenience, please', 'theme_5819'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.2: $webSiteUrl = get_bloginfo('url').'/';156: <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>' id='logoTex160: <a href='<?php bloginfo('url'); ?>/' class='<?php bloginfo( 'template_url' );?>' id='logoI162: <a href='<?php bloginfo('url'); ?>/' class='<?php bloginfo( 'template_url' );?>' id='logoIbloginfo('stylesheet_directory') was found in the file header.php. Use echo esc_url( get_stylesheet_directory_uri() ) instead.76: behavior:url(<?php bloginfo('stylesheet_directory'); ?>/PIE.php);80: behavior:url(<?php bloginfo('stylesheet_directory'); ?>/PIE.php);84: behavior:url(<?php bloginfo('stylesheet_directory'); ?>/PIE.php);bloginfo( 'template_url' ) was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.46: <link rel='icon' href='<?php bloginfo( 'template_url' ); ?>/favicon.ico' type='image/x-icon' />56: <link rel='stylesheet' type='text/css' media='all' href='<?php bloginfo( 'template_url' ); ?>/css/reset.css' />58: <link rel='stylesheet' type='text/css' media='all' href='<?php bloginfo( 'template_url' ); ?>/css/grid.css' />156: <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>' id='logoText' class='<?php bloginfo( 'template_url' );?>'><?php bloginfo( 'name', 'display' ); ?></a>160: <a href='<?php bloginfo('url'); ?>/' class='<?php bloginfo( 'template_url' );?>' id='logoImg'><img src='<?php echo of_get_opt162: <a href='<?php bloginfo('url'); ?>/' class='<?php bloginfo( 'template_url' );?>' id='logoImg'><img src='<?php bloginfo('templbloginfo('url') was found in the file search.php. Use echo esc_url( home_url() ) instead.22: <p><?php _e('We apologize for any inconvenience, please', 'theme_5819'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('url') was found in the file page-testi.php. Use echo esc_url( home_url() ) instead.48: <p><?php _e('We apologize for any inconvenience, please', 'my_framework'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('url') was found in the file category.php. Use echo esc_url( home_url() ) instead.23: <p><?php _e('We apologize for any inconvenience, please', 'theme_5819'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('stylesheet_directory') was found in the file my-social-widget.php. Use echo esc_url( get_stylesheet_directory_uri() ) instead.49: <span style='background:url(<?php bloginfo('stylesheet_directory'); ?>/images/icons/<?php echo strtolower($nebloginfo('template_url') was found in the file my-banners-widget.php. Use echo esc_url( get_template_directory_uri() ) instead.30: <li><a href='<?php echo $url1; ?>' class='banner'><img src='<?php bloginfo('template_url'); ?>/images/empty_ad.gif' alt='' /></a></li>37: <li><a href='<?php echo $url2; ?>' class='banner'><img src='<?php bloginfo('template_url'); ?>/images/empty_ad.gif' alt=''/></a></li>44: <li><a href='<?php echo $url3; ?>' class='banner'><img src='<?php bloginfo('template_url'); ?>/images/empty_ad.gif' alt=''/></a></li>51: <li><a href='<?php echo $url4; ?>' class='banner'><img src='<?php bloginfo('template_url'); ?>/images/empty_ad.gif' alt=''/></a></li>bloginfo('home') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.1: <form method='get' id='searchform' action='<?php bloginfo('home'); ?>'>bloginfo('url') was found in the file single-testi.php. Use echo esc_url( home_url() ) instead.33: <p><?php _e('We apologize for any inconvenience, please', 'my_framework'); ?> <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>'><?php _e('rbloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.9: <a href='<?php bloginfo('url'); ?>/' title='<?php bloginfo('description'); ?>' class='site10: <a href='<?php bloginfo('url'); ?>/privacy-policy/' title='Privacy Policy'><?php _e('Priva
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in theme-scripts.php. Themes must not deregister core scripts. 6: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. 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 theme18020.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Save Options' in file options-framework.php.Found a translation function that is missing a text-domain. Function esc_attr_e, with the arguments 'Restore Defaults' in file options-framework.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Click OK to reset. Any theme settings will be lost! P.S. After reset you need to click Save Changes button to set your setting by default.' in file options-framework.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme Options' in file options-framework.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Options Framework Internal Container' in file options-medialibrary-uploader.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload' in file options-medialibrary-uploader.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag Archives: %s' in file tag.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s on %2$s' in file author.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Daily Archives: <span>%s</span>' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Monthly Archives: <span>%s</span>' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Yearly Archives: <span>%s</span>' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category Archives: %s' in file category.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link to your social networks.' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'My - Social Networks' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Facebook label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickr' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickr URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickr label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSS feed' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSS feed:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSS label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Linkedin' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Linkedin URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Linkedin label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delicious' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delicious URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Delicious label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Youtube' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Youtube URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Youtube label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Google label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Baller' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Baller URL:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Baller label:' in file my-social-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posts per page:' in file my-recent-posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Excerpt length (words):' in file my-recent-posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show custom posts' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'My - Advanced Cycle' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Posts type' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Number of posts to show' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sort by' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Reverse sort order (ascending)' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show number of comments' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show meta' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Container class' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(default: "featured_custom_posts")' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Post title' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show post title' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Date as title <span style="font-size:11px; color:#999;">("[mm-dd-yyyy]")</span>' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Before title' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'After title' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Excerpt' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show post excerpt' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Excerpt length (words):' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Excerpt as link' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'More link' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show "More link"' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link text' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(default: "Read more")' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link class' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(default: "link")' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thumbnail dimensions' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show post thumbnail' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Thumbnail as link' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link to all posts' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Show global link to all posts' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link text' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(default: "View all")' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Link URL' in file my-posts-type-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file my-flickr-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Flickr ID:' in file my-flickr-widget.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Images count:' in file my-flickr-widget.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Thumbnail' in file theme-function.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'None' in file theme-function.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show All ' in file theme-function.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<span class="author">%1$s</span>' in file theme-function.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s' in file theme-function.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slides' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Portfolio' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Testimonial' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Services' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FAQs' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'FAQ' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Our Team' in file theme-init.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Located at the bottom of pages.' in file sidebar-init.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 theme_5819, optionsframework, theme_18020, my_framework, theme1425, framework.
  5. 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.
  6. Unwanted files : Windows thumbnail storethumbs.db was found.
  7. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  8. Comment pagination : Declaration of comment paginationThe 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.
  9. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  10. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  11. Deprecated functions : screen_iconscreen_icon found in file options-framework.php. Deprecated since version 3.8.223: <?php screen_icon( 'themes' ); ?>
  12. I18N implementation : Proper use of _e(Possible variable $domain found in translation function in my-flickr-widget.php. Translation function calls should not contain PHP variables. Possible variable $domain found in translation function in my-flickr-widget.php. Translation function calls should not contain PHP variables. Possible variable $domain found in translation function in my-flickr-widget.php. Translation function calls should not contain PHP variables.
  13. I18N implementation : Proper use of ___all(Possible variable $tax_obj found in translation function in theme-function.php. Translation function calls should not contain PHP variables.
  14. CSS files : Presence of theme versionVersion: is missing from style.css header.
  15. CSS files : Presence of license typeLicense: is missing from style.css header.
  16. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  17. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  18. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  19. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  20. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  21. 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.
  22. CSS files : Presence of Author URICould not find Author URI.
  23. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 300x188px (75:47). Ratio of width to height should be 4:3.Screenshot size is 300x188px. 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. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  6. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  7. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 3: <?php include_once (TEMPLATEPATH . '/title.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 73: 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.The theme appears to use include or require : page-Portfolio1Col.php 8: <?php include_once (TEMPLATEPATH . '/title.php');?> 10: 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 : header.php 149: <?php include_once(TEMPLATEPATH . '/slider.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 : single.php 3: <?php //include_once (TEMPLATEPATH . '/title.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 : page-Portfolio3Cols.php 8: <?php include_once (TEMPLATEPATH . '/title.php');?> 10: 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 : PIE.php 18: include( 'PIE.htc' ); 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 : page-Portfolio4Cols.php 8: <?php include_once (TEMPLATEPATH . '/title.php');?> 10: 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 : page-Portfolio2Cols.php 8: <?php include_once (TEMPLATEPATH . '/title.php');?> 10: 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 : editor_plugin.php 10: require_once( $wp_url.'/wp-load.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 : dialog.php 8: require_once( $wp_url.'/wp-load.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 : dialog-js.php 10: require_once( $wp_url.'/wp-load.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 : register-widgets.php 8: include_once (TEMPLATEPATH . '/includes/widgets/my-recent-posts.php');9: include_once (TEMPLATEPATH . '/includes/widgets/my-comment-widget.php');10: include_once (TEMPLATEPATH . '/includes/widgets/my-requestquote-widget.php'11: include_once (TEMPLATEPATH . '/includes/widgets/my-post-cycle-widget.php');12: include_once (TEMPLATEPATH . '/includes/widgets/my-popular-posts-widget.php13: include_once (TEMPLATEPATH . '/includes/widgets/my-social-widget.php');14: include_once (TEMPLATEPATH . '/includes/widgets/my-posts-type-widget.php');15: include_once (TEMPLATEPATH . '/includes/widgets/my-twitter-widget.php');16: include_once (TEMPLATEPATH . '/includes/widgets/my-flickr-widget.php');17: include_once (TEMPLATEPATH . '/includes/widgets/my-banners-widget.php');18: include_once (TEMPLATEPATH . '/includes/widgets/my-carousel-widget.php');19: include_once (TEMPLATEPATH . '/includes/widgets/my-vcard-widget.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