Roof
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEroof.zip
- FILE SIZE5426647 bytes
- MD5f42e0f5c782eda765361e151d4709b80
- SHA1585449dd1958062967e33aa695d92813786f72b8
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://victorthemes.com/wp-themes/roof/
- VERSION2.1
- AUTHOR URIhttps://victorthemes.com
- TAGSone-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
- CREATION DATE2021-05-09
- LAST FILE UPDATE2021-05-09
- LAST VALIDATION2021-05-09 19:31
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- add_theme_support() was found in the file theme-support.php. However get_post_format and/or has_post_format were not found, and no use of formats in the CSS was detected.
Warning
- 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 framework.config.php.2402: 'content' => '<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=56MAQN2423: 'content' => 'Codestar Framework is <strong>free</strong> to use both personal and commercial. If you used commercial, <strong>please credit</strong>. Read more about <a href='http://www.gnu.org/licenses/gpl-2.0.txt' target='_blank'>GNU License</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 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.
- The theme appears to use include or require : init.php 9: require_once( ROOF_FRAMEWORK . '/theme-support.php' );10: require_once( ROOF_FRAMEWORK . '/backend-functions.php' );11: require_once( ROOF_FRAMEWORK . '/frontend-functions.php' );12: require_once( ROOF_FRAMEWORK . '/enqueue-files.php' );13: require_once( ROOF_CS_FRAMEWORK . '/custom-style.php' );14: require_once( ROOF_CS_FRAMEWORK . '/config.php' );18: require_once( ROOF_FRAMEWORK . '/plugins/woocommerce/woo-config.php' );22: require_once( ROOF_FRAMEWORK . '/core/vt-mmenu/wp_bootstrap_navwalker.php' 25: require_once( ROOF_FRAMEWORK . '/plugins/notify/activation.php' );28: require_once( ROOF_FRAMEWORK . '/plugins/breadcrumb-trail.php' );31: require_once( ROOF_FRAMEWORK . '/plugins/aq_resizer.php' );34: require_once( ROOF_FRAMEWORK . '/core/sidebars.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.