SiteOrigin Unwind
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsiteorigin-unwind.1.4.4.zip
- FILE SIZE593592 bytes
- MD5b325404fab1b3d346e883d72110d2874
- SHA1096c8959f3db110662a59e57ba63f1769ccc3366
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://siteorigin.com/theme/unwind/
- VERSION1.4.4
- AUTHOR URIhttps://siteorigin.com/
- TAGSone-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, sticky-post, theme-options, translation-ready, blog, e-commerce
- CREATION DATE2019-09-29
- LAST FILE UPDATE2019-10-24
- LAST VALIDATION2019-10-24 21:29
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.
Tip-off
- Possible hard-coded links were found in the file footer.php.46: sprintf( esc_html__( 'Crafted with love by %s.', 'siteorigin-unwind' ), '<a href='https://siteorigin.com/' rel='designer'>SiteOrigin</a>' )Possible hard-coded links were found in the file page-github.php.4: <?php printf( __( 'Unwind is actively %sdeveloped on Github%s.', 'siteorigin-unwind' ), '<a href='https://github.com/siteorigin/siteorigin-unwind'>', '</a>' ) ?>Possible hard-coded links were found in the file page-page-builder.php.3: <?php printf( __( 'Unwind integrates, beautifully, with our %sfree Page Builder%s plugin.', 'siteorigin-unwind' ), '<a href='https://siteorigin.com/page-builder/'>', '</a>' ) ?>Possible hard-coded links were found in the file page-support.php.3: <?php printf( __( 'As an Unwind user, you'll get fast, friendly support on our own %ssupport forums%s.', 'siteorigin-unwind' ), '<a href='https://siteorigin.com/thread/'>', '</a>' ) ?>4: <?php printf( __( 'You can also read through the %sUnwind documentation%s to get to know it even faster.', 'siteorigin-unwind' ), '<a href='https://siteorigin.com/unwind-documentation/'>', '</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 : settings.php 61: include( dirname( __FILE__ ) . '/inc/control/' . $file . '.php' );65: include( dirname( __FILE__ ) . '/inc/' . $file . '.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.