Vauss WordPress
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEvauss-wordpress.zip
- FILE SIZE2707675 bytes
- MD59068f267860957c26e2d4230f02fbcc6
- SHA10c1b9d98fd1cc1196e43944347330bc19cd1b195
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://vauss.payo-themes.com
- VERSION1.1
- AUTHOR URIhttp://payo-themes.com
- TAGScustom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
- CREATION DATE2019-11-14
- LAST FILE UPDATE2019-11-14
- LAST VALIDATION2019-11-14 05:46
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example:
Warning
- Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file post.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts tagged %s" in file post.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'layerswp' in file footer-standard.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 vauss-wordpress, layerswp, tgmpa.
- Could not find wp_footer.
- Could not find add_theme_support( 'automatic-feed-links' ).
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- Text Domain: is missing from your style.css header.
- .bypostauthor 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.
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.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 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.
- The theme appears to use include or require : index.php 4: require_once( get_template_directory() . '/index.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.