Blossom Shop
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEblossom-shop.1.0.7.zip
- FILE SIZE2112496 bytes
- MD5cd51bedf16d8c5d34cba5940822c8c77
- SHA14fcd90e70c668916f574215711025b2f69009d61
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://blossomthemes.com/downloads/blossom-shop-free-wordpress-theme/
- VERSION1.0.7
- AUTHOR URIhttps://blossomthemes.com/
- TAGSblog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-comme
- CREATION DATE2020-09-02
- LAST FILE UPDATE2020-09-02
- LAST VALIDATION2020-09-02 12:14
This theme is open source.
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.
- 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 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 archive.php.
- This theme does not contain optional file search.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 : front-page.php
Ligne11: include( get_home_template() );
Ligne23: include( get_page_template() );
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.