Helium
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEwordpress-tpl_g5_helium_v5.4.37.zip
- FILE SIZE4305475 bytes
- MD53f32c283b41bd05f6a9479e51bb8691e
- SHA1dfc9bbf30b3abbb6e9a84b21933cb2de22b1156d
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://gantry.org
- VERSION5.4.37
- AUTHOR URIhttp://rockettheme.com
- CREATION DATE2021-07-10
- LAST FILE UPDATE2021-08-31
- LAST VALIDATION2021-08-31 15:24
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 .
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - 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
- Found wrong tag 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 helium.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Please upgrade Gantry 5 Framework to v%s (or later) before using %s theme!' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Error locating %s for inclusion' in file functions.php.
- This theme contains no sidebars/widget areas. See Widgets API
- Could not find .
- Could not find charset.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find body_class call in body tag.
- Could not find wp_link_pages.
- Could not find post_class.
- Could not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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 $translationDomain found in translation function in functions.php. Translation function calls should not contain PHP variables. 32: $error = sprintf(__('Please upgrade Gantry 5 Framework to v%s (or later) before using %s thePossible variable $translationDomain found in translation function in functions.php. Translation function calls should not contain PHP variables.
- No reference to nav_menu 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.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text 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.
- This theme doesn't seem to display tags.
- 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.
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 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 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 : index.php 38: $cat_include = $gantry['config']->get('content.blog.query.categories.include'); 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.