Talon
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEtalon.1.08.zip
- FILE SIZE2162957 bytes
- MD59064506e036fe709718ef236a375320d
- SHA1a07c4a9078c085ac55ee583cfee6c2bc86422693
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.08
- TAGStwo-columns, right-sidebar, custom-colors, portfolio, full-width-template, custom-background, custom-header, custom-menu, custom-logo, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-05-27
- LAST FILE UPDATE2020-05-27
- LAST VALIDATION2020-05-27 21:16
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wrong tag custom-logo in style.css header.
- 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.
- Possible variable $c found in translation function in functions-header.php. Translation function calls should not contain PHP variables. Possible variable $c found in translation function in functions-header.php. Translation function calls should not contain PHP variables. Possible variable $c found in translation function in functions-header.php. Translation function calls should not contain PHP variables.
- 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 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 : customizer.php
Ligne970: require_once( trailingslashit( get_template_directory() ) . 'inc/controls/c
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.