Dealer Mobil
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEDealerMobil.zip
- FILE SIZE214375 bytes
- MD52c3ab3fc77f256231d0f9a4d0f1430e4
- SHA1c6be7a13eab1869be93f78ebc3b1bb4a13820f6b
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.1
- CREATION DATE2019-12-27
- LAST FILE UPDATE2019-12-27
- LAST VALIDATION2019-12-27 13:51
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- 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.
- Found <iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo get_post_meta($post-> in file single-mobil.php. 19: <iframe width='560' height='315' src='https://www.youtube.com/embed/<?php e
- Themes should not hide admin bar. Detected in file : core-function.php.
- Could not find the comment-reply js script enqueued.
Warning
- Found wp_deregister_script in core-function.php. Themes must not deregister core scripts. 24: wp_deregister_script('jquery');
- Found wrong tag in style.css header.
- 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 dealer-mobil.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'page' in file archive-mobil.php.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.
- Found 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. - The theme uses the register_post_type() function, which is plugin-territory functionality.
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find body_class call in body tag.
- Could not find wp_link_pages.
- Could not find post_class.
- The 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.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No 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.
- This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- 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.
- Screenshot 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
- Could not find file comments.php in the theme.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file comments.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file comments.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- The 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.