Kawi
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEkawi.1.1.3.zip
- FILE SIZE1425423 bytes
- MD52b55e0ea9b80c653e1c9db97e5c3cc0b
- SHA1b72d0a0a179488e56a5a4cc5ef3522fe136d429f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://wordpress.org/themes/kawi/
- VERSION1.1.3
- AUTHOR URIhttps://vincentdubroeucq.com
- TAGSblog, custom-background, one-column, two-columns, left-sidebar, right-sidebar, custom-logo, custom-menu, featured-images, featured-image-header, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
- CREATION DATE2020-10-15
- LAST FILE UPDATE2020-10-15
- LAST VALIDATION2020-10-15 12:06
This theme is open source.
Critical alerts
- 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.
Warning
- Using a WordPress.org Theme URI is reserved for official themes.
- Found wrong tag custom-logo in style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file footer.php.
Ligne29: printf( esc_html__( 'Theme: %1$s by %2$s.', 'kawi' ), 'Kawi', '<a href='https://vincentdubroeucq.com'>Vincent Dubroeucq</a>' );
- This theme does not contain optional file rtl.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 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.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : customizer.php
Ligne17: // require_once 'class-wp-customize-multi-checkbox-control.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.