Grayson
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEgrayson.zip
- FILE SIZE14543308 bytes
- MD5e5b0365b36535ebb272cd1c357d593c9
- SHA16281d0e7a7132823de501e58403247a278b1526a
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://grayson.edge-themes.com
- VERSION1.8
- TAGSone-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, blog, portfolio, e-commerce, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
- CREATION DATE2023-01-09
- LAST FILE UPDATE2023-01-09
- LAST VALIDATION2023-01-09 11:43
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.
- Found <iframe class="edgtf-iframe-video" src="<?php echo esc_url($media['video_url']); ?> in file youtube.php. 10: <iframe class='edgtf-iframe-video' src='<?php echo esc_url($media['video_urFound <iframe class="edgtf-iframe-video" src="<?php echo esc_url($media['video_url']); ?> in file vimeo.php. 11: <iframe class='edgtf-iframe-video' src='<?php echo esc_url($media['video_urFound <iframe src="https://www.youtube.com/embed/<?php echo esc_attr(get_post_meta(get_the_ID(), "edgtf_post_video_id_meta", true)); ?> in file video.php. 5: <iframe src='https://www.youtube.com/embed/<?php echo esc_attr(get_post_me
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: revslider.zip edgtf-core.zip edgtf-membership.zip edgtf-twitter-feed.zip js_composer.zip edgtf-instagram-feed.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Could not find charset.
- Could not find add_theme_support( 'automatic-feed-links' ).
- 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.
- No reference to post-thumbnails was found in the theme.
- 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 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 attachment.php.
- The theme appears to use include or require : edgt.functions.php 421: require_once(ABSPATH . 'wp-admin/includes/file.php');941: include($located);1001: include($located);1046: include($located); 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.The theme appears to use include or require : edgt.framework.php 140: include(grayson_edge_find_template_path('framework/admin/skins/'.$this->ski 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.