Woostify
Free WordPress 6.7.1 theme
- THEME TYPEWordPress theme 6.7.1
- FILE NAMEwoostify.1.8.1.zip
- FILE SIZE1007552 bytes
- MD50f20ea09da0ddbde4f435abea31521a4
- SHA178d22324da78f54a62abe5fb7715e5e567fb7b26
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://woostify.com
- VERSION1.8.1
- AUTHOR URIhttps://woostify.com/about
- TAGSe-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
- CREATION DATE2021-01-31
- LAST FILE UPDATE2021-01-31
- LAST VALIDATION2021-01-31 09:19
- OTHER VERSIONS
This theme is open source.
Critical alerts
- File content-page.php :
Warning
- 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.
- At least one hard coded date was found in the file woostify-template-functions.php. Function get_option( 'date_format' ) should be used instead.
- 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 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 : class-woostify-woocommerce.php
Ligne278: * @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.