Letterum
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEletterum.1.1.9.zip
- FILE SIZE1787878 bytes
- MD59c8629294f6eb2c2f0569fba84053452
- SHA1a5a9385c9e336477c86b0cefbdaa9be0884dfdcf
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://dinevthemes.com/themes/letterum-pro/
- VERSION1.1.9
- AUTHOR URIhttp://www.dinevthemes.com/
- TAGSblog, portfolio, photography, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, custom-background, custom-logo, editor-style, sticky-post, theme-options, wi
- CREATION DATE2020-05-25
- LAST FILE UPDATE2020-05-25
- LAST VALIDATION2020-05-25 14:34
This theme is open source.
Warning
- Found wrong tag custom-logo in style.css header.Found wrong tag wide-blocks in style.css header.Found wrong tag block-styles 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 custom header was found in the theme.
- At least one hard coded date was found in the file footer.php. Function get_option( 'date_format' ) should be used instead.
- 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-dashboard-support.php.
Ligne6: $documentation_link = '<a href='http://docs.dinevthemes.com/letterum-pro/' target='_blank'>' . esc_html__(
Possible hard-coded links were found in the file theme-dashboard-contribute.php.Ligne5: $theme_link = '<a href='http://dinevthemes.com/wordpress-themes/letterum-pro/' target='_blank'>' .
- 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 page.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 archive.php.
- This theme does not contain optional file search.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : icon-functions.php
Ligne18: 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.The theme appears to use include or require : class-customize.phpLigne65: require_once( trailingslashit( get_template_directory() ) . 'customizer-ups
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 : config.phpLigne39: require_once( LETTERUM_ADMIN_DIR . 'customizer.php' );
Ligne50: require_once( LETTERUM_ADMIN_DIR .'/controls/'. $file .'.php' );
Ligne61: require_once( LETTERUM_ADMIN_DIR .'/controls/helper/'. $file .'.php' );
Ligne80: require_once( LETTERUM_ADMIN_DIR .'/settings/'. $file .'.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.