Pebbles
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEpebbles 2.zip
- FILE SIZE741420 bytes
- MD5ac0f1a4e7763dc3a71a2b772bb024d18
- SHA13cc6558f3d111eeb302c11a0a078e5c6d951b203
- LICENSENone
- FILES INCLUDEDCSS, PHP
- VERSION1.1
- CREATION DATE2019-12-21
- LAST FILE UPDATE2019-12-21
- LAST VALIDATION2019-12-21 21:09
- OTHER VERSIONS
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.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - bloginfo('template_url');?>/inc/assets/css/bootstrap-reboot.min.css'>11: <link rel='stylesheet' href='<?php bloginfo('template_url');?>/inc/assets/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');?>/inc/assets/js/popper.min.js'></script>24: <script src='<?php bloginfo('template_url');?>/inc/assets/js/bootstrap.min.js'></script>25: <script src='<?php bloginfo('template_url');?>/inc/assets/js/functions.js'></script> 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
Warning
- Found wrong tag in style.css header.
- 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.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find wp_link_pages.
- 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.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Could not find Theme URL.
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.