Allegiant
Free WordPress 6.7 theme
- 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 URIhttps://cpothemes.com
- 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
This theme is open source.
Warning
- 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.
- No reference to custom header was found in the theme.
- 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.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 author.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 : 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.phpLigne87: 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.phpLigne418: 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.phpLigne88: 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.phpLigne289: 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.phpLigne135: 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.phpLigne113: 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.phpLigne222: 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.phpLigne52: 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.phpLigne56: 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.phpLigne143: 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.phpLigne381: 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.