GroundWP
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEgroundwp.zip
- FILE SIZE412564 bytes
- MD55476b19ce1623971935802118b3ba4e6
- SHA138cab609e4c28f8b68349e61d943b11f9bac89f5
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://groundwp.com/
- VERSION1.5
- AUTHOR URIhttps://imtiazrayhan.com/
- TAGStranslation-ready, threaded-comments, featured-images, custom-logo, custom-background, right-sidebar, left-sidebar, full-width-template
- CREATION DATE2020-04-03
- LAST FILE UPDATE2020-04-03
- LAST VALIDATION2020-04-03 19:32
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file Component.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
Warning
- 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 groundwp.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'groundwp' in file Component.php.
- 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 custom background was found in the theme.
- Possible variable $this found in translation function in Component.php. Translation function calls should not contain PHP variables.
- 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 page.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 : Selection_Custom_Control.php 44: require( __DIR__ . '/Selection_Custom_Control_View.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.