The Schema
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEthe-schema.1.0.9.zip
- FILE SIZE1891970 bytes
- MD557370969ba3702c2daab4c9294f64591
- SHA1489057f83c032c00e98b3241f74191e7235dab1d
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://rarathemes.com/wordpress-themes/the-schema
- VERSION1.0.9
- AUTHOR URIhttps://rarathemes.com/
- TAGSblog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-comme
- CREATION DATE2021-05-27
- LAST FILE UPDATE2021-05-27
- LAST VALIDATION2021-05-27 16:21
- OTHER VERSIONS
This theme is open source.
Warning
- Found wrong tag custom-logo in style.css header.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- 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
- 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 category.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 : front-page.php 18: include( get_home_template() );27: 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.The theme appears to use include or require : class-customizer-notice-section.php 68: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );139: 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.