Photty
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEphotty.zip
- FILE SIZE6292284 bytes
- MD5106983506c8bc4137ee4e54bded84228
- SHA1906d09339127704f78d890a1902b8d45a03f4300
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION24.0
- CREATION DATE2021-04-27
- LAST FILE UPDATE2021-04-27
- LAST VALIDATION2021-04-27 06:17
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
js_composer.zip photty_post_types.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wrong tag 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.
- No reference to custom background was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
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 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : init.php 7: require_once(get_template_directory() . '/core/classes.php');8: require_once(get_template_directory() . '/core/metabox.php');9: require_once(get_template_directory() . '/core/tgm/class-tgm-plugin-activat10: require_once(get_template_directory() . '/core/tgm/init.php');11: require_once(get_template_directory() . '/core/aq-resizer.php');12: require_once(get_template_directory() . '/core/customizer.php');13: require_once(get_template_directory() . '/core/fonts.php');14: require_once(get_template_directory() . '/css/custom.php');15: require_once(get_template_directory() . '/js/custom.php');16: require_once(get_template_directory() . '/core/ajax.php');17: require_once(get_template_directory() . '/core/import/import.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.