0
Validation results

Green News

Green News

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEgreen-news.zip
  • FILE SIZE176279 bytes
  • MD57980f2560e2cfd3ad0f7f42d4325fb35
  • SHA138a699fa30f2cb5b83e9f3725fd8743bdb8984e2
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.0
  • TAGSone-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
  • CREATION DATE2019-04-15
  • LAST FILE UPDATE2019-04-15
  • LAST VALIDATION2019-04-15 17:06
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title 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.
  2. Widgets : Widgets The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
     <?php register_sidebar( $args ); ?>
  3. Fundamental theme elements : Presence of DOCTYPE Could not find .
  4. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  5. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  6. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. Text domain : Incorrect use of translation functions.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 new-sample, read-more.
  2. Fundamental theme elements : Presence of wp_footer()Could not find wp_footer.
  3. Fundamental theme elements : Presence of wp_head()Could not find wp_head.
  4. Fundamental theme elements : Presence of language_attributes()Could not find .
  5. Fundamental theme elements : Definition of a charsetCould not find charset.
  6. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  7. Fundamental theme elements : Presence of comments_template()Could not find comments_template.
  8. Fundamental theme elements : Presence of wp_list_comments()Could not find wp_list_comments.
  9. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  10. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  11. Comment pagination : Declaration of comment paginationThe 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.
  12. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  13. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  14. Editor style : Presence of editor styleNo 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.
  15. Avatar : Support of standard avatar functionsThis theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
  16. Featured image : Use of add_theme_support( 'post-thumbnails' ) in functions.php fileNo reference to post-thumbnails was found in the theme.
  17. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  18. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  19. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  20. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  21. CSS files : Presence of .aligncenter class.aligncenter css class is needed in theme css.
  22. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  23. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  24. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  25. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  26. CSS files : Presence of Theme URICould not find Theme URL.
  27. CSS files : Presence of Author URICould not find Author URI.
  28. Tags : Tags displayThis theme doesn't seem to display tags.
  29. Screenshot : Screenshot fileScreenshot is wrong size! Detected: 1211x900px. Maximum allowed size is 1200x900px.Screenshot dimensions are wrong! Detected: 1211x900px (1211:900). Ratio of width to height should be 4:3.
Tip-off
  1. Mandatory files : Presence of file comments.phpCould not find file comments.php in the theme.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of comments template file comments.phpThis theme does not contain optional file comments.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of single post template file single.phpThis theme does not contain optional file comments.php.
  7. Optional files : Presence of page template file page.phpThis theme does not contain optional file page.php.
  8. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  9. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  10. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  11. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  12. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  13. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  14. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  15. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  16. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  17. Optional files : Presence of 404 Not Found template file 404.phpThis theme does not contain optional file 404.php.
  18. Use of includes : Use of include or requireThe theme appears to use include or require : class-at-theme-info.php 358: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );530: include_once( ABSPATH . 'wp-admin/includes/plugin-install.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.
Other checked themes