Geco
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEgeco.zip
- FILE SIZE6991862 bytes
- MD5052b1939652ff4f53752e8923c9dbd6a
- SHA18a7b5369244331808dfb1e76cab18cf313cab89d
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- DEMO PAGEhttps://themebeyond.com/demo/gecolive
- VERSION1.0.3
- AUTHOR URIhttps://themebeyond.com
- TAGScustom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
- CREATION DATE2021-08-02
- LAST FILE UPDATE2021-08-02
- LAST VALIDATION2021-08-02 03:54
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Found wrong tag custom-logo 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 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.
- 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 : class-geco-template-settings.php 77: require_once(ABSPATH . 'wp-admin/includes/class-wp-filesystem-base.php');78: require_once(ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php');206: include( GECO_DIR . '/include/settings/blog.php' );208: include( GECO_DIR . '/include/settings/game-list.php');210: include( GECO_DIR . '/include/settings/game.php');212: include( GECO_DIR . '/include/settings/shop.php');214: include( GECO_DIR . '/include/settings/product.php');216: include( GECO_DIR . '/include/settings/checkout.php');218: include( GECO_DIR . '/include/settings/account.php');220: include( GECO_DIR . '/include/settings/post.php');222: include( GECO_DIR . '/include/settings/archive.php' ); 224: include( GECO_DIR . '/include/settings/search.php' ); 226: include( GECO_DIR . '/include/settings/template-banner.php' );228: include( GECO_DIR . '/include/settings/page.php' );230: include( GECO_DIR . '/include/settings/404.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.