Nozama Lite
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEnozama-lite.1.1.0.zip
- FILE SIZE2758260 bytes
- MD5efe687026ac7910e422d972f66e2f55a
- SHA1bb5221687fd62c15eada2608d71bdcb13e33ca88
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.cssigniter.com/themes/nozama-lite/
- VERSION1.1.0
- AUTHOR URIhttps://www.cssigniter.com/
- TAGStwo-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, e-commerce, news
- CREATION DATE2020-05-24
- LAST FILE UPDATE2020-05-24
- LAST VALIDATION2020-05-24 22:25
This theme is open source.
Critical alerts
Ligne14: // Since file_get_contents() is not allowed, and WP_Filesystem is an overkill for ou
Ligne15: // does a file_get_contents() itself anyway), we use file() instead. It is no differe
file_get_contents was found in the file class-scss-colors.phpLigne14: // Since file_get_contents() is not allowed, and WP_Filesystem is an overkill for ou
Ligne15: // does a file_get_contents() itself anyway), we use file() instead. It is no differe
file_get_contents was found in the file class-scss-colors.php
Warning
- Found wrong tag custom-logo in style.css header.
- 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.
- No reference to custom header 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.
- Possible variable $value found in translation function in sanitization.php. Translation function calls should not contain PHP variables.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.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 : class-scss-colors.php
Ligne15: // does a file_get_contents() itself anyway), we use file() instead. It is no different than require()ing
Ligne16: // or include()ing the file and saving its contents into an output buffer.
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.