JointsWP - CSS
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEJointsWP-CSS-master.zip
- FILE SIZE2888671 bytes
- MD54a7af19ab1b1b3deaeb783867c867630
- SHA10e2e87cf5409f5d9347b4ae1013cffdfcb2b655e
- LICENSEMIT X11
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.jointswp.com
- VERSION5.0
- TAGSSass
- CREATION DATE2020-05-23
- LAST FILE UPDATE2020-12-29
- LAST VALIDATION2020-12-29 14:45
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- add_theme_support() was found in the file theme-support.php. However get_post_format and/or has_post_format were not found, and no use of formats in the CSS was detected.
Warning
- Found wrong tag Sass 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 jointswp-css.
- Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search...', 'jointswp' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search for:', 'jointswp' in file searchform.php.Found a translation function that is missing a text-domain. Function esc_attr_x, with the arguments 'Search', 'jointswp' in file searchform.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 jointswp, jointstheme.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- A.git was found.
- .gitignore was found.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Text Domain: is missing from your style.css header.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 : admin.php
Ligne30: include_once(ABSPATH . WPINC . '/feed.php'); // include the r
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.