Seocify
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEseocify.zip
- FILE SIZE4827375 bytes
- MD566dd15860f00c6a1b10ff1383c1c8355
- SHA111fae20618de707501d71151725c8de2f1fc2b7a
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://xpeedstudio.com/wp/seocify/
- VERSION3.1
- AUTHOR URIhttp://www.xpeedstudio.com
- TAGSone-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
- CREATION DATE2022-06-15
- LAST FILE UPDATE2022-06-15
- LAST VALIDATION2022-06-15 08:39
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wp_deregister_script in functions.php. Themes must not deregister core scripts.
Ligne246: wp_deregister_script('jquery-blockui');
- 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 seocify, marketo, kirki.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
- At least one hard coded date was found in the file helpers.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
- 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 : elementor.php
Ligne144: require_once ( ABSPATH . '/wp-admin/includes/file.php' );
Ligne167: require_once ( ABSPATH . '/wp-admin/includes/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.