Web Log
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEweb-log-1.0.2.zip
- FILE SIZE1435006 bytes
- MD557dbd3df13532b8dfe958d3ccb46a5c3
- SHA1a41d29808a1252482badf0034ce3d268ce7fbbf1
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.thememiles.com/themes/web-log
- VERSION1.0.2
- AUTHOR URIhttp://www.thememiles.com/
- TAGSone-column, two-columns, right-sidebar, left-sidebar, custom-colors, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, news, entertainment, grid-layout
- CREATION DATE2019-07-02
- LAST FILE UPDATE2019-07-02
- LAST VALIDATION2019-07-02 19:49
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- 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 custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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 site-info.php.
Ligne27: <?php printf( esc_html__( ' Theme: %1$s by %2$s.', 'web-log' ), 'Web Log', '<a href='https://www.thememiles.com/' target='_blank'>ThemeMiles</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 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 : icon-functions.php
Ligne19: require_once( $svg_icons );
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.