
BlogangelLite
WordPress 4.9.5 theme
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEblogangellite.zip
- FILE SIZE1835807 bytes
- MD54e88eacbed40424c3c4db74a70644c12
- SHA1007a1246503d916bd110b31fe02c68d8f6cedca2
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.themehunk.com/product/blogangel-flawless-blogging-theme/
- VERSION1.1.1
- AUTHOR URIhttp://www.themehunk.com
- TAGSleft-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, post-formats, sticky-post, translation-ready
- CREATION DATE2017-04-10
- LAST FILE UPDATE2017-07-21
- LAST VALIDATION2017-07-21 10:43
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

- 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 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 : index.php Line 8: include( get_template_directory() . '/inc/constant.php' );
Line 9: include( get_template_directory() . '/inc/plugin-install.php' );
Line 10: include( get_template_directory() . '/inc/static-function.php' );
Line 12: include( get_template_directory() . '/inc/widget.php' );
Line 13: include( get_template_directory() . '/inc/custom-customizer.php' );
Line 14: include( get_template_directory() . '/inc/customizer.php' );
Line 15: include( get_template_directory() . '/inc/pagination.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 : plugin-install.php Line 10: require_once( get_template_directory() . '/class-tgm-plugin-activation.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.