18
Validation results

Pebbles

Pebbles

WordPress 6.4.3 theme
18
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEpebbles.zip
  • FILE SIZE739124 bytes
  • MD5de05f525c44a297f58c3074a070a3956
  • SHA13ee7ad9b43c2df0bf3668dbc2f5c55b964eb809d
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION1.0
  • CREATION DATE2019-12-21
  • LAST FILE UPDATE2019-12-21
  • LAST VALIDATION2019-12-21 19:52
  • OTHER VERSIONS

    1.1.1 : 29%

    1.1 : 27%

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. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  3. Deprecated functions : bloginfo bloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.10: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/css/bootstrap-reboot.min.css'>11: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/css/bootstrap.min.css'>bloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.1: <form method='get' action='<?php bloginfo('url');?>/' class='form-inline mt-2 mt-md-0'>bloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.22: <?php /*<script src='<?php bloginfo('template_url');?>/js/jquery-3.4.1.min.js'></script> */ ?>23: <script src='<?php bloginfo('template_url');?>/js/popper.min.js'></script>24: <script src='<?php bloginfo('template_url');?>/js/bootstrap.min.js'></script>25: <script src='<?php bloginfo('template_url');?>/js/functions.js'></script>
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag 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 'Dein Name <em>(erforderlich)</em>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deine E-Mail-Adresse <em>(erforderlich, wird aber nicht veröffentlicht)</em>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Deine Website' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<h3>Beitrag kommentieren</h3>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Displays an image.' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No image selected' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add Image', 'label for button in the image widget' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Replace Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'We can&#8217;t find that image. Check your <a href="%s">media library</a> and make sure it wasn&#8217;t deleted.' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function _n_noop, with the arguments 'Image Widget (%d)', 'Image Widget (%d)' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Widget' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Size' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Width' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Height' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Caption' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Alternative Text' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link To' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'URL' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image CSS Class' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link CSS Class' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Link Rel' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Open link in a new tab' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Image Title Attribute' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Link to:' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Unable to preview media due to an unknown error.' in file class-wp-widget-media-image.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The current image has no alternative text. The file name is: %s' in file class-wp-widget-media-image.php.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  4. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  5. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. 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.
  9. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  10. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  11. CSS files : Presence of license typeLicense: is missing from style.css header.
  12. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  13. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  14. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  15. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  16. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  17. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  18. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  19. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  20. 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.
  21. CSS files : Presence of Theme URICould not find Theme URL.
  22. Screenshot : Screenshot fileScreenshot size is 880x660px. 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 author template file author.phpThis theme does not contain optional file author.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Optional files : Presence of 404 Not Found template file 404.phpThis theme does not contain optional file 404.php.
Other checked themes