97
Validation results

Allegiant

Free WordPress 6.7 theme

Allegiant

Free WordPress 6.7 theme
97
  • THEME TYPEWordPress theme 6.7
  • FILE NAMEallegiant.1.2.2.zip
  • FILE SIZE2384740 bytes
  • MD53d9ca69b249d25b66a7403f15c20cf6e
  • SHA1520df34a585c6c569d243a55710b9bf15b4e2956
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://cpothemes.com/theme/allegiant
  • VERSION1.2.2
  • AUTHOR URI
  • TAGSone-column, two-columns, right-sidebar, full-width-template, sticky-post, theme-options, custom-background, custom-menu, featured-images, threaded-comments, translation-ready
  • CREATION DATE2019-10-28
  • LAST FILE UPDATE2019-10-28
  • LAST VALIDATION2019-10-28 11:37
  • OTHER VERSIONS

    1.2.0 : 97%

This theme is open source.
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 allegiant, epsilon-framework.
  2. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  3. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  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 author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : init.php
    Ligne74: require_once( $locale_file );
    Ligne190: require_once( $core_path . 'classes/class_customizer.php' );
    Ligne191: require_once( $core_path . 'classes/class_menu.php' );
    Ligne192: require_once( $core_path . 'classes/class_cpotheme_contact_control.php' );
    Ligne197: require_once( $core_path . 'functions.php' );
    Ligne198: require_once( $core_path . 'markup.php' );
    Ligne199: require_once( $core_path . 'filters.php' );
    Ligne200: require_once( $core_path . 'meta.php' );
    Ligne201: require_once( $core_path . 'metaboxes.php' );
    Ligne202: require_once( $core_path . 'forms.php' );
    Ligne203: require_once( $core_path . 'taxonomy.php' );
    Ligne204: require_once( $core_path . 'icons.php' );
    Ligne205: require_once( $core_path . 'layout.php' );
    Ligne206: require_once( $core_path . 'woocommerce.php' );
    Ligne207: require_once( $core_path . 'menus.php' );
    Ligne208: require_once( $core_path . 'customizer.php' );
    Ligne210: require_once( $core_path . 'metadata/data_general.php' );
    Ligne211: require_once( $core_path . 'metadata/data_icons.php' );
    Ligne212: require_once( $core_path . 'metadata/data_metaboxes.php' );
    Ligne213: require_once( $core_path . 'metadata/data_customizer.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 : notify-system-checks.php
    Ligne87: include_once( ABSPATH . 'wp-admin/includes/plugin.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-epsilon-welcome-screen.php
    Ligne418: require_once( ABSPATH . 'wp-load.php' );
    Ligne419: require_once( ABSPATH . 'wp-admin/admin.php' );
    Ligne420: require_once( ABSPATH . 'wp-admin/admin-header.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-epsilon-notify-system.php
    Ligne88: include_once( ABSPATH . 'wp-admin/includes/plugin.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-epsilon-color-scheme.php
    Ligne289: 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 : class-epsilon-typography.php
    Ligne135: 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 : class-epsilon-control-repeater.php
    Ligne113: 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 : class-epsilon-control-typography.php
    Ligne222: 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 : class-epsilon-control-text-editor.php
    Ligne52: require( ABSPATH . WPINC . '/class-wp-editor.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-epsilon-control-icon-picker.php
    Ligne56: 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 : class-epsilon-control-section-repeater.php
    Ligne143: 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 : class-epsilon-section-recommended-actions.php
    Ligne381: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne514: 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