75
Validation results

Integral

Free WordPress 6.5.2 theme

Integral

Free WordPress 6.5.2 theme
75
  • THEME TYPEWordPress theme 6.5.2
  • 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 URI
  • 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
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File options.php : 140: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.
  2. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  3. Custom elements : Presence of custom backgroundNo reference to custom background 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 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 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 &#10084; by %2$s', 'integral' ), 'integral', '<a href='https://www.themely.com/' rel='designer'>Themely</a>' ); ?>
  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 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 attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe 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.
Other checked themes