Imagely Journal
WordPress 6.7 theme
- THEME TYPEWordPress child theme 6.7
- FILE NAMEimagely-journal.zip
- FILE SIZE978804 bytes
- MD532225bb9bd7dde745ac75e5023362402
- SHA1efefe38889b3a6c9a2e4ecda5fb8b48612c2b2ee
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://www.imagely.com/wordpress-photography-themes/journal
- VERSION1.0.1
- AUTHOR URIhttps://www.imagely.com
- CREATION DATE2019-11-01
- LAST FILE UPDATE2019-11-01
- LAST VALIDATION2019-11-01 18:00
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents( $full_path ), $header ) ) file_get_contents was found in the file post_templates.php 57: if ( ! preg_match( '|Single Post Template:(.*)$|mi',
Warning
- 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 imagely-journal, imagely-beckstead.
- 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.
Tip-off
- Possible hard-coded links were found in the file functions.php.213: $output .= ' · ' . __( 'Powered by', 'imagely-beckstead') . ' <a href='http://www.imagely.com/' rel='nofollow'>Imagely</a></p>';
- The theme appears to use include or require : template-blog-masonry-2.php 14: require( get_stylesheet_directory() . '/page-templates/template-blog-masonr 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.