Expansive
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEexpansive-1.0.0.zip
- FILE SIZE539560 bytes
- MD58ca1de24ba02d20aa4ccd16eb3dc2b53
- SHA13be83b6e8858098a6645dc8ef9803ce742c8a6a5
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://www.cpothemes.com
- VERSION1.0.0
- AUTHOR URIhttp://www.cpothemes.com
- CREATION DATE2019-11-24
- LAST FILE UPDATE2019-11-24
- LAST VALIDATION2019-11-24 22:52
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 in style.css header.
- 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 cpotheme, cpocore.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot size is 640x480px. 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 gallery.php.24: $output .= sprintf(__('This is a list of all the images currently attached to this post. Learn more about how %s work in WordPress.', 'cpocore'), sprintf('<a href='http://www.cpothemes.com/docs/file-attachments' target='_blank'>%s</a>', __
- 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 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 : init.php 41: if(is_readable($locale_file)) require_once($locale_file);134: require_once($core_path.'classes/class_customizer.php');135: require_once($core_path.'classes/class_menu.php');137: require_once($core_path.'admin.php');138: require_once($core_path.'functions.php');139: require_once($core_path.'markup.php');140: require_once($core_path.'filters.php');141: require_once($core_path.'meta.php');142: require_once($core_path.'metaboxes.php');143: require_once($core_path.'gallery.php');144: require_once($core_path.'forms.php');145: require_once($core_path.'taxonomy.php');146: require_once($core_path.'icons.php');147: require_once($core_path.'layout.php');148: require_once($core_path.'woocommerce.php');149: require_once($core_path.'menus.php');150: require_once($core_path.'customizer.php');152: require_once($core_path.'metadata/data_general.php');153: require_once($core_path.'metadata/data_icons.php');154: require_once($core_path.'metadata/data_metaboxes.php');155: require_once($core_path.'metadata/data_customizer.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.