95
Validation results

Neve

Free WordPress 6.5.2 theme

Neve

Free WordPress 6.5.2 theme
95
This theme is open source.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
    Found wrong tag wide-blocks in style.css header.Found wrong tag block-styles in style.css header.
  2. 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 textdomain, neve.
  3. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  4. 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.
  5. Screenshot : Screenshot fileScreenshot is wrong size! Detected: 1400x984px. Maximum allowed size is 1200x900px.Screenshot dimensions are wrong! Detected: 1400x984px (175:123). Ratio of width to height should be 4:3.
Tip-off
  1. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file class-themeisle-ob-admin.php.
    Ligne211: sprintf( '<a href='https://themeisle.com/contact'>%1$s <i class='dashicons dashicons-external'
    Possible hard-coded links were found in the file Copyright.php.
    Ligne64: wp_kses_post( '<p><a href='https://themeisle.com/themes/neve/' rel='nofollow'>Neve</a>' ),
    Possible hard-coded links were found in the file admin.php.
    Ligne64: return sprintf( '%s <a href='https://docs.themeisle.com/article/1122-neve-usage-tracking' target='_blank
    Ligne297: <a target='_blank' href='https://docs.themeisle.com/article/1122-neve-usage-tracking'><?php echo esc
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.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 : class-ti-about-page.php
    Ligne80: require_once 'includes' . DIRECTORY_SEPARATOR . 'admin' . DIRECTORY_SEPARAT
    Ligne181: require_once 'includes/class-ti-about-render.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 : load.php
    Ligne13: require_once 'class-ti-about-page.php';
    Ligne17: require_once 'includes' . DIRECTORY_SEPARATOR . 'class-ti-about-plugin-help
    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-ti-about-render.php
    Ligne217: 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.
    The theme appears to use include or require : load.php
    Ligne36: require_once 'includes/class-themeisle-ob-wp-cli.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 : class-themeisle-onboarding.php
    Ligne121: require_once 'includes/class-themeisle-ob-admin.php';
    Ligne135: require_once 'includes/class-themeisle-ob-rest-server.php';
    Ligne142: require_once 'includes/importers/helpers/trait-themeisle-ob.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 : class-themeisle-ob-wordpress-import.php
    Ligne518: require_once 'class-themeisle-ob-elementor-meta-handler.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 : class-themeisle-ob-import-logger.php
    Ligne69: require_once( ABSPATH . 'wp-admin/includes/file.php' ); // you have to load
    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-themeisle-ob-content-importer.php
    Ligne77: require_once( ABSPATH . 'wp-admin/includes/file.php' );
    Ligne78: require_once( ABSPATH . 'wp-admin/includes/image.php' );
    Ligne79: require_once( ABSPATH . 'wp-admin/includes/media.php' );
    Ligne152: require_once( ABSPATH . '/wp-admin/includes/file.php' );
    Ligne257: require_once 'helpers/class-themeisle-ob-importer-alterator.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 : class-themeisle-ob-plugin-importer.php
    Ligne149: require_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
    Ligne150: require_once( ABSPATH . 'wp-admin/includes/file.php' );
    Ligne151: require_once( ABSPATH . 'wp-admin/includes/misc.php' );
    Ligne152: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne153: require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
    Ligne177: require_once 'helpers/class-themeisle-ob-quiet-skin-legacy.php';
    Ligne184: require_once 'helpers/class-themeisle-ob-quiet-skin.php';
    Ligne274: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne297: require_once( $path . '/includes/admin/wc-admin-functions.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 : class-themeisle-ob-zelle-importer.php
    Ligne51: require_once( ABSPATH . '/wp-admin/includes/image.php' );
    Ligne52: require_once( ABSPATH . '/wp-admin/includes/file.php' );
    Ligne83: require_once( ABSPATH . 'wp-admin' . DIRECTORY_SEPARATOR . 'includes' . DIR
    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-themeisle-ob-rest-server.php
    Ligne310: require_once( ABSPATH . '/wp-admin/includes/file.php' );
    Ligne398: require_once( ABSPATH . '/wp-admin/includes/file.php' );
    Ligne495: require_once 'importers/class-themeisle-ob-plugin-importer.php';
    Ligne518: require_once 'importers/class-themeisle-ob-content-importer.php';
    Ligne541: require_once 'importers/class-themeisle-ob-theme-mods-importer.php';
    Ligne564: require_once 'importers/class-themeisle-ob-widgets-importer.php';
    Ligne607: require_once 'importers/class-themeisle-ob-' . $params['template_name'] . '
    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-themeisle-ob-wp-cli.php
    Ligne11: require_once 'importers/helpers/trait-themeisle-ob.php';
    Ligne12: require_once 'importers/class-themeisle-ob-content-importer.php';
    Ligne13: require_once 'importers/class-themeisle-ob-theme-mods-importer.php';
    Ligne14: require_once 'importers/class-themeisle-ob-widgets-importer.php';
    Ligne15: require_once 'importers/class-themeisle-ob-plugin-importer.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 : Endpoint.php
    Ligne206: require_once( ABSPATH . 'wp-admin/includes/file.php' );
    Ligne254: require_once( ABSPATH . 'wp-admin/includes/file.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 : Translate.php
    Ligne808: require_once( ABSPATH . 'wp-admin/includes/translation-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.
    The theme appears to use include or require : Rollback.php
    Ligne233: require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
    Ligne273: require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.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 : Recommendation.php
    Ligne249: 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.
    The theme appears to use include or require : Licenser.php
    Ligne860: require_once( ABSPATH . '/wp-admin/includes/file.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
    Ligne37: require_once 'functions-template.php';
    Ligne38: require_once 'functions-migration.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 : start.php
    Ligne17: require_once 'autoloader.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