72
Validation results

Gutenshop

Free WordPress 6.4.3 theme

Gutenshop

Free WordPress 6.4.3 theme
72
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEgutenshop.7.8.zip
  • FILE SIZE2638802 bytes
  • MD5f16bd203c556ba33e7e841c1a4f17acd
  • SHA12473a96bc204ed3e70f0e178da46af9e7e9f98bc
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • THEME URIhttps://superbthemes.com/gutenshop/gutenshop-documentation/
  • VERSION7.8
  • AUTHOR URI
  • TAGStheme-options, threaded-comments, translation-ready, sticky-post, footer-widgets, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, right-sidebar, one-column, two-columns, po
  • CREATION DATE2023-06-03
  • LAST FILE UPDATE2023-06-03
  • LAST VALIDATION2023-06-03 19:32
  • OTHER VERSIONS

    5.9 : 96%

    5.6 : 96%

This theme is open source.
Critical alerts
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File loader.php : 8: add_menu_page(__('Theme Settings', 'gutenshop'), __('Theme Settings', 'gute
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments "title" in file themepage.php.
  3. PHP short tags : Presence of PHP short tagsPHP short tags were found in file themepage.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.112: <a class='spt-theme-settings-headline-link' href='<?= esc_url(SuperbInfoContentConfig::THEME_LINK); ?>'><?php esc_html_e('Unl122: <a target='_blank' href='<?= esc_url(SuperbInfoContentConfig::THEME_LINK); ?>' class='spt-theme-sett129: <p><?php esc_html_e('With ', 'gutenshop'); ?><?= esc_attr($theme_name); ?> <?php esc_html_e(' Premium you'll have full a148: <img class='spt-theme-settings-wrapper-sidebar-item-content-demo-image' src='<?= esc_url(get_template_directory_uri() . '/inc/admin_notification/src/pre150: <p><?= esc_html__('Need inspiration? Take a moment to view our theme demo!', '151: <a href='<?= esc_url(SuperbInfoContentConfig::DEMO_LINK); ?>' target='_blank' class=160: <a href='<?= esc_url(SuperbInfoContentConfig::THEME_LINK); ?>' target='_blank' classPHP short tags were found in file control-pro.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.60: <?= esc_html($this->label); ?>63: <?= esc_html($this->pro_description); ?>65: <a href='<?= esc_html($this->pro_url); ?>' class='button button-secondary' target='_
  4. 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.
  5. 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.
  6. I18N implementation : Proper use of _e(Possible variable $feature found in translation function in themepage.php. Translation function calls should not contain PHP variables.
  7. I18N implementation : Proper use of esc_html_e(Possible variable $feature found in translation function in themepage.php. Translation function calls should not contain PHP variables.
  8. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file customizer.php.41: <a href='https://superbthemes.com/gutenshop/gutenshop-documentation/' class='button Possible hard-coded links were found in the file themepage.php.169: <a href='https://superbthemes.com/customer-support/' target='_blank' class='button'>Possible hard-coded links were found in the file functions.php.393: <a href='https://superbthemes.com/demo/gutenshop/' target='_blank' class='button'>Vi401: <li><a href='https://superbthemes.com/customer-support/' target='_blank' class='button'>
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  12. Use of includes : Use of include or requireThe theme appears to use include or require : Autoload.php 7: include(__DIR__ . '/Loader.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.The theme appears to use include or require : loader.php 6: require_once(trailingslashit(get_template_directory()) . 'inc/info_content/7: require_once(trailingslashit(get_template_directory()) . 'inc/info_content/ 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 : loader.php 13: require_once(trailingslashit(get_template_directory()) . 'inc/info_content/ 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 : themepage.php 4: require(trailingslashit(get_template_directory()) . 'inc/info_content/theme 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 : class-customize.php 72: require_once(trailingslashit(get_template_directory()) . 'inc/info_content/73: require_once(trailingslashit(get_template_directory()) . 'inc/info_content/ 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