0
Validation results

3 palstainen sivupohja

3 palstainen sivupohja

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAME3-palstainen-sivupohja.zip
  • FILE SIZE60986 bytes
  • MD55852878dc9e6ac739f2bf7a81ec3b75f
  • SHA146a34d8704914db523abec900eb95308bce7c7ab
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • VERSION1.0
  • CREATION DATE2024-04-10
  • LAST FILE UPDATE2024-04-10
  • LAST VALIDATION2024-04-10 12:10
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. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  4. Deprecated functions : automatic_feed_links automatic_feed_links found in file functions.php. Deprecated since version 3.0. Use add_theme_support( &#39;automatic-feed-links&#39; ) instead.4: automatic_feed_links();
  5. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file header.php. Use get_template_directory_uri() instead.39: <link rel='stylesheet' type='text/css' href='<?php echo get_bloginfo('template_directory');?>/components/ddsmoothmenu/ddsmoothmenu.40: <link rel='stylesheet' type='text/css' href='<?php echo get_bloginfo('template_directory');?>/components/ddsmoothmenu/ddsmoothmenu-42: <script type='text/javascript' src='<?php echo get_bloginfo('template_directory');?>/components/ddsmoothmenu/ddsmoothmenu.
  6. Deprecated functions : bloginfo bloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.1: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>/'>
  7. Deprecated functions : get_option get_option('home') was found in the file header.php. Use home_url() instead.104: <p><a href='<?php echo get_option('home'); ?>/'><?php bloginfo('name'); ?></a></p>
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in functions.php. Themes must not deregister core scripts. 8: 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.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search:' in file searchform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Menu' in file functions.php.
  4. Unwanted files : Windows thumbnail storethumbs.db was found.
  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. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  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. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  11. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  12. CSS files : Presence of license typeLicense: is missing from style.css header.
  13. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  14. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  15. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  16. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  17. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  18. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  19. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  20. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  21. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  22. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  23. 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.
  24. 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.
  25. 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. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.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 : index.php 42: <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>53: <?php include (TEMPLATEPATH . '/inc/nav.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 : archive.php 56: <?php include (TEMPLATEPATH . '/inc/nav.php' ); ?>60: <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>66: <?php include (TEMPLATEPATH . '/inc/nav.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 : search.php 41: <?php include (TEMPLATEPATH . '/inc/nav.php' ); ?>45: <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>51: <?php include (TEMPLATEPATH . '/inc/nav.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 42: <?php include (TEMPLATEPATH . '/inc/meta.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