Inspire
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEinspire.2.2.zip
- FILE SIZE239872 bytes
- MD5455b28ef569048a2d81028b678cc6c05
- SHA141823282832b91b10f30b97a1604d907d8c66fcc
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION2.2
- AUTHOR URIhttp://corpocrat.com
- TAGSlight, black, gray,white,two-columns, right-sidebar, two-columns,fluid-layout, featured-images, sticky-post, theme-options,full-width-template
- CREATION DATE2019-10-24
- LAST FILE UPDATE2019-12-26
- LAST VALIDATION2019-12-26 21:03
This theme is open source.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- screen_icon(); ?> screen_icon found in file functions.php. Deprecated since version 3.8.289: <?php
Warning
- The tag light has been deprecated, it must be removed from style.css header.The tag black has been deprecated, it must be removed from style.css header.The tag gray has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag fluid-layout has been deprecated, it must be removed from style.css header.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- screen_icon found in file functions.php. Deprecated since version 3.8.289: <?php screen_icon(); ?>
- 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.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- At least one hard coded date was found in the file author.php. Function get_option( 'date_format' ) should be used instead.
- 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 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 date.php.
- This theme does not contain optional file search.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 : front-page.php 4: include( get_home_template() );7: include( get_page_template() ); 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.