0
Validation results

WP Bootstrap

WP Bootstrap

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEwpbootstrap_theme-master.zip
  • FILE SIZE4608866 bytes
  • MD549c5213171f4ade25fc9051c5aa694f3
  • SHA1b886a7307b5113609d6920910c6b3dc623d83296
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttp://techguymedia.com
  • VERSION1.0
  • AUTHOR URI
  • CREATION DATE2019-11-23
  • LAST FILE UPDATE2019-11-23
  • LAST VALIDATION2019-11-23 11:39
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file customizer.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. 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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  4. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  5. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file customizer.php. Use get_template_directory_uri() instead.11: 'default' => get_bloginfo('template_directory').'/img/showcase.jpg',get_bloginfo('template_url') was found in the file front-page.php. Use get_template_directory_uri() instead.21: background:url(<?php echo get_theme_mod('showcase_image', get_bloginfo('template_url').'/img/showcase.jpg'); ?>) no-repeat center cen
  6. Deprecated functions : bloginfo bloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.14: <link href='<?php bloginfo('template_url'); ?>/css/bootstrap.css' rel='stylesheet'>bloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <script src='<?php bloginfo('template_url'); ?>/js/bootstrap.js'></script>bloginfo('template_url') was found in the file front-page.php. Use echo esc_url( get_template_directory_uri() ) instead.14: <link href='<?php bloginfo('template_url'); ?>/css/bootstrap.css' rel='stylesheet'>21: background:url(<?php echo get_theme_mod('showcase_image', get_bloginfo('template_url').'/img/showcase.jpg'); ?>) no-repeat center center;87: <script src='<?php bloginfo('template_url'); ?>/js/bootstrap.js'></script>
  7. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  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 wp-bootstrap.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Comment', 'noun' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Posts Found' in file archive.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Custom Bootstrap Wordpress Theme', 'wpbootstrap' in file customizer.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam', 'wpbootstrap' in file customizer.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'http://test.com', 'wpbootstrap' in file customizer.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Read More', 'wpbootstrap' in file customizer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Posts Found' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Posts Found' in file single.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Page Found' in file page.php.
  5. Cdn : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/font-awesome. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  6. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  7. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  8. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  9. Fundamental theme elements : Presence of post_class()Could not find post_class.
  10. 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.
  11. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  12. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  13. 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.
  14. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  15. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  16. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  17. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  18. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  19. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  20. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  21. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  22. 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.
  23. Tags : Tags displayThis theme doesn't seem to display tags.
  24. Screenshot : Screenshot fileBad 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 home template file home.phpThis theme does not contain optional file home.php.
  3. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.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. Optional files : Presence of 404 Not Found template file 404.phpThis theme does not contain optional file 404.php.
Other checked themes