93
Validation results

Gridd

Free WordPress 6.5.2 theme

Gridd

Free WordPress 6.5.2 theme
93
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEgridd.2.0.1.zip
  • FILE SIZE1958119 bytes
  • MD56bc6c5710b9d7526ac2bec96ce755c76
  • SHA1cf22d81fe3791f73cf999ef73252c6990ccf26d5
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • THEME URIhttps://wplemon.com/gridd
  • VERSION2.0.1
  • AUTHOR URI
  • TAGSaccessibility-ready, block-styles, wide-blocks, translation-ready, custom-background, custom-logo, custom-menu, featured-images, threaded-comments
  • CREATION DATE2019-11-18
  • LAST FILE UPDATE2019-11-18
  • LAST VALIDATION2019-11-18 15:32
This theme is open source.
Warning
  1. theme tags : Presence of bad theme tagsThemes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
    Found wrong tag block-styles in style.css header.Found wrong tag wide-blocks in style.css header.Found wrong tag custom-logo in style.css header.
  2. Text domain : Incorrect use of translation functions.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 gridd, kirki.
  3. 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.
  4. Comment reply : Declaration of comment replyCould not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file footer-copyright.php.30: '<a href='https://wplemon.com/'>wplemon.com</a>'Possible hard-coded links were found in the file footer-copyright.php.132: '<a href='https://wplemon.com/gridd'>Gridd</a>',132: '<a href='https://wplemon.com/gridd'>Gridd</a>',133: '<a href='https://wplemon.com/' rel='nofollow'>wplemon.com</a>'Possible hard-coded links were found in the file header.php.49: 'details' => __( 'You can add columns and rows, define their sizes, and also add or remove grid-parts on your site. For more information and documentation on how the grid works, please read <a href='https://wplemon.github.io/gridd/the-grid-control.html' target='_blank'>this118: 'details' => __( 'Adds a gap between your grid-parts, both horizontally and vertically. If you have a background-color or background-image defined for your header, then these will be visible through these gaps which creates a unique appearance since each grid-part looks separate. For more information please read <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/gap' target='_blank' rel='Possible hard-coded links were found in the file footer.php.33: 'details' => __( 'You can add columns and rows, define their sizes, and also add or remove grid-parts on your site. For more information and documentation on how the grid works, please read <a href='https://wplemon.github.io/gridd/the-grid-control.html' target='_blank'>this70: 'details' => __( 'Adds a gap between your grid-parts, both horizontally and vertically. For more information please read <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/gap' target='_blank' rel='93: 'details' => esc_html__( 'Inner padding for all parts in the footer.', 'gridd' ) . ' ' . __( 'For details on how padding works, please refer to <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding' target='_blank' rPossible hard-coded links were found in the file grid.php.65: 'details' => __( 'The settings in this control apply to all your pages. You can add columns and rows, define their sizes, and also add or remove grid-parts on your site. For more information and documentation on how the grid works, please read <a href='https://wplemon.github.io/gridd/the-grid-control.html' target='_blank'>this85: 'details' => __( 'Adds a gap between your grid-parts, both horizontally and vertically. For more information please read <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/gap' target='_blank' rel='
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : footer.php 63: * We use include( get_theme_file_path() ) here 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.The theme appears to use include or require : Reusable_Block.php 92: * We use include( get_theme_file_path() ) here 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.The theme appears to use include or require : Sidebar.php 96: * We use include( get_theme_file_path() ) here 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.The theme appears to use include or require : Navigation.php 81: * We use include() here because we need to pass the $id var to the template.83: include 'template.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.The theme appears to use include or require : GoogleFonts.php 49: include 'webfonts.json'; // phpcs:ignore WPThemeReview.CoreFunctionality.Fi63: include 'webfonts.json'; // phpcs:ignore WPThemeReview.CoreFunctionality.Fi 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.The theme appears to use include or require : WooCommerce.php 115: * @return array $classes modified to include 'woocommerce-active' class. 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