0
Validation results

Mobil Bekas

Mobil Bekas

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEMobilBekas.zip
  • FILE SIZE189655 bytes
  • MD53e5163f2d536108145bd0a97f81654b0
  • SHA19c37651de1252d4782638c69629bb1db8efc7cf1
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION1.1
  • CREATION DATE2020-02-03
  • LAST FILE UPDATE2020-02-03
  • LAST VALIDATION2020-02-03 01:44
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 width="560" height="315" src="https://www.youtube.com/embed/<?php echo get_post_meta($post-> in file single.php. 19: <iframe width='560' height='315' src='https://www.youtube.com/embed/<?php e
  3. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : core-function.php.
  4. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in core-function.php. Themes must not deregister core scripts. 24: 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 mobil-bekas.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Main Menu' in file core-function.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 options_framework_theme, theme-textdomain.
  5. 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.
  6. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  7. Fundamental theme elements : Presence of language_attributes()Could not find .
  8. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  9. Fundamental theme elements : Presence of comments_template()Could not find comments_template.
  10. Fundamental theme elements : Presence of wp_list_comments()Could not find wp_list_comments.
  11. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  12. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  13. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  14. Fundamental theme elements : Presence of post_class()Could not find post_class.
  15. 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.
  16. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  17. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  18. 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.
  19. Avatar : Support of standard avatar functionsThis theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  20. CSS files : Presence of license typeLicense: is missing from style.css header.
  21. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  22. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  23. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  24. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  25. 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.
  26. Date and time implementation : Use of the_time()At least one hard coded date was found in the file list.php. Function get_option( 'date_format' ) should be used instead.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 archive-blog.php. Function get_option( 'date_format' ) should be used instead.
  27. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 350x263px (350:263). Ratio of width to height should be 4:3.Screenshot size is 350x263px. 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. Mandatory files : Presence of file comments.phpCould not find file comments.php in the theme.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of comments template file comments.phpThis theme does not contain optional file comments.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of single post template file single.phpThis theme does not contain optional file comments.php.
  7. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  8. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  9. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  10. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  11. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  12. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : core-function.php 20: require_once ( VTR_TEMPLATE_DIR_CORE . '/img_resizer.php' );21: require_once ( VTR_TEMPLATE_DIR . '/includes/vtr-thumb.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