Metropoly
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEmetropoly.zip
- FILE SIZE1845654 bytes
- MD54bfc5d35d55a5d49d4ac0ad2213ff0ef
- SHA1a1b18ed3e4d4bfb510c250154e627446f0d5d9b8
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.mageewp.com/metropoly-theme.html
- VERSION1.0.4
- AUTHOR URIhttps://www.mageewp.com
- TAGSone-column, two-columns, custom-background, custom-header, custom-menu, theme-options, left-sidebar, translation-ready, featured-images, custom-colors, threaded-comments
- CREATION DATE2019-05-31
- LAST FILE UPDATE2019-11-20
- LAST VALIDATION2019-11-20 13:09
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value35: if ( HEADER_TEXTCOLOR == $header_text_color ) { Constant HEADER_TEXTCOLOR was found in the file custom-header.php. add_theme_support( 'custom-header' ) should be used instead. 34: // get_header_textcolor() options:
Warning
- Screenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.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 breadcrumb-trail.php.5: * Description: A smart breadcrumb menu plugin embedded with <a href='http://schema.org'>Schema.org</a> microdata that can handle variations in s
- 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 : breadcrumb-trail.php 14: require_once( 'breadcrumbs.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.