marketplace
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEmarketplace.zip
- FILE SIZE2124005 bytes
- MD5f202ede3f1bc41c9317e28ce692e3a61
- SHA1f2558b089ecd3a9e089fe5c59d01d36b294f9f38
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://underscores.me/
- VERSION1.0.0
- AUTHOR URIhttp://underscores.me/
- TAGScustom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
- CREATION DATE2019-08-10
- LAST FILE UPDATE2019-08-10
- LAST VALIDATION2019-08-10 09:14
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Warning
- Theme URI and Author URI should not be the same.
- Found wrong tag custom-logo in style.css header.
- Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'marketplace' in file functions.php.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 marketplace, consultix.
- Found the URL of a CDN in the code:
maxcdn.bootstrapcdn.com/font-awesome
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- 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 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 $default found in translation function in functions.php. Translation function calls should not contain PHP variables.
- Possible variable $default found in translation function in functions.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
- Possible hard-coded links were found in the file footer.php.47: <p>Copyright 2019 <a href='www.pixelmarketo.com' target='_blank'>Pixelmarketo</a> | All Rights Reserve
- 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 : extensions-init.php 18: require_once( $class_file ); 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.