Integral
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEintegral.1.5.2.zip
- FILE SIZE6712859 bytes
- MD5b8ffbf311449f81c35fcd1a19497f1ab
- SHA15366aefbddb7a968c9c4d007cc30a95e3cf697c3
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://www.themely.com/themes/integral/
- VERSION1.5.2
- AUTHOR URIhttps://www.themely.com/
- TAGSone-column, two-columns, featured-images, custom-menu, custom-logo, featured-image-header, right-sidebar, full-width-template, theme-options, custom-colors, custom-background, translation-ready, rtl-language-support, threaded-comments, portfolio, photograp
- CREATION DATE2021-01-18
- LAST FILE UPDATE2021-01-18
- LAST VALIDATION2021-01-18 12:29
This theme is open source.
Critical alerts
- add_submenu_page#Parameters File options.php : 140: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
Warning
- Found wrong tag custom-logo in style.css header.
- 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file options.php.598: 'content' => __('To upload a logo to replace the default site name and description in the header, go to APPEARANCE > Customize and select the [Site Identity] tab. Or <a href='customize.php'>click here</a> and then select the [Site Identity] tab.', 'i857: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1145: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1389: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1937: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome857: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1145: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1389: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1937: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome857: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1145: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1389: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1937: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome857: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1145: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1389: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesome1937: 'desc' => __('Copy and paste the required icon prefix and class name from the <a href='https://fontawesome.com/icons?d=gallery&m=free' target='_blank'>FontAwesomePossible hard-coded links were found in the file footer.php.37: <?php printf( __( 'Made with ❤ by %2$s', 'integral' ), 'integral', '<a href='https://www.themely.com/' rel='designer'>Themely</a>' ); ?>
- 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 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 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 : theme-welcome.php 124: require_once( ABSPATH . 'wp-load.php' );125: require_once( ABSPATH . 'wp-admin/admin.php' );126: require_once( ABSPATH . 'wp-admin/admin-header.php' );161: require_once( get_template_directory() . '/inc/welcome/getting-started.php'168: require_once( get_template_directory() . '/inc/welcome/theme-support.php' )175: require_once( get_template_directory() . '/inc/welcome/import-demo.php' );182: require_once( get_template_directory() . '/inc/welcome/child-themes.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-customize.php 65: require_once( trailingslashit( get_template_directory() ) . 'inc/upgrade/se 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.