SW Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEnorcalpool.zip
- FILE SIZE1947131 bytes
- MD5b4be7f63a6e38145195649ede636c6b5
- SHA1bb0b358273e94aab954560ca62bec85e5180fc72
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.sweans.com/
- VERSION4.1.0
- AUTHOR URIhttps://www.sweans.com/contact-us/
- TAGSone-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-co
- CREATION DATE2019-10-01
- LAST FILE UPDATE2019-10-01
- LAST VALIDATION2019-10-01 07:02
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Could not find the comment-reply js script enqueued.
- File search.php :33: Use get_search_form() instead of including searchform.php directly.File index.php :43: Use get_search_form() instead of including searchform.php directly.
Warning
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/Found wrong tag custom-logo in style.css header. - Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is sw-theme.
- Found a translation function that is missing a text-domain. Function _e, with the arguments in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Recent Posts' in file leftsidebar.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are sw theme, norcalpool.
- Could not find comments_template.
- 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 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 $numPingBacks found in translation function in comments.php. Translation function calls should not contain PHP variables.
- At least one hard coded date was found in the file sidebar.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
- Possible hard-coded links were found in the file sidebar.php.53: <li><a href='http://validator.w3.org/check/referer' title='This page validates as XHTML 54: <li><a href='http://gmpg.org/xfn/'><abbr title='XHTML Friends Network'>XFN</abbr></a></lPossible hard-coded links were found in the file footer.php.9: <div class='sw_copy'>Site designed by <a href='http://www.sweans.com/' target='_blank'>Sweans Technologies</a></div>
- 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 : search.php 33: <?php include (TEMPLATEPATH . '/searchform.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.The theme appears to use include or require : index.php 43: <?php include (TEMPLATEPATH . '/searchform.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.