Noteblock
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEnoteblock (1).zip
- FILE SIZE2661171 bytes
- MD5f328ca49a09a88dcc07cb89931657b76
- SHA16e2b35a76cb340c848079295398a072a8080f8af
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://alx.media/themes/noteblock/
- VERSION1.0.1
- AUTHOR URIhttp://alx.media
- TAGSblog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custo
- CREATION DATE2019-08-25
- LAST FILE UPDATE2019-08-25
- LAST VALIDATION2019-08-25 01:02
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wrong tag custom-logo in style.css header.
- More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are noteblock, kirki.
- 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.
- 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
- Possible hard-coded links were found in the file theme-options.php.561: 'tooltip' => esc_html__( 'Font Awesome names:', 'noteblock' ) . ' <a href='https://fontawesome.com/icons?d=gallery&s=brands&m=free' target='_blank'><s578: 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'noteblock' ) . ' <a href='https://fontawesome.com/icons?d=gallery&s=brands&m=free' target='_blank'><s561: 'tooltip' => esc_html__( 'Font Awesome names:', 'noteblock' ) . ' <a href='https://fontawesome.com/icons?d=gallery&s=brands&m=free' target='_blank'><s578: 'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'noteblock' ) . ' <a href='https://fontawesome.com/icons?d=gallery&s=brands&m=free' target='_blank'><s
- 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.
- The theme appears to use include or require : theme-options.php 155: 'settings' => 'featured-posts-include', 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.