
Teruterubozu
WordPress 4.9.5 theme
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEteruterubozu.zip
- FILE SIZE472510 bytes
- MD5793ed0c6415c8eda53869e559190bce6
- SHA1066b05663702f597487107b3263e367b4593a8f1
- LICENSEMIT X11
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://github.com/fcojgodoy/teruterubozu
- VERSION0.1
- AUTHOR URIhttps://github.com/fcojgodoy
- TAGSblog, one-column, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, full-width-template, microformats, sticky-post, translation-ready
- CREATION DATE2017-01-11
- LAST FILE UPDATE2017-03-04
- LAST VALIDATION2017-03-04 21:41
Critical alerts

- dynamic_sidebar
<?php dynamic_sidebar( $index ); ?>
The theme appears to use register_sidebar() but no dynamic_sidebar() was found. See: - .gitkeep was found.
- file_get_contents was found in the file assets.php Line 13: $this->manifest = json_decode(file_get_contents($manifest_path), true);
Warning

- Found wrong tag custom-logo in style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is teruterubozu.
- A.git was found.
- PHP short tags were found in file header.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.Line 75: <a class='navbar-brand site-name' href='<?= esc_url(home_url('/')); ?>'><?php bloginfo('name'); ?></a>PHP short tags were found in file footer.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.Line 4: <section class='copyright'><a href='<?= esc_url( home_url( '/' ) ); ?>'>Finding The Way Home</a> © 2016</sPHP short tags were found in file author-page-header.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.Line 9: <h1 class='author-title'><?= Titles\title(); ?></h1>PHP short tags were found in file entry-meta.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.Line 11: <a class='author-link' rel='author' href='<?= get_author_posts_url(get_the_author_meta('ID')); ?>'><?= get_the_author
Line 17: <time class='post-updated' datetime='<?= get_post_time('d F Y'); ?>'><?= get_the_date('d F Y'); ?></time>
Line 21: <time class='post-updated' datetime='<?= get_post_time('d F Y'); ?>'><?= get_the_date('d F Y'); ?></time>
PHP short tags were found in file page-header.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.Line 4: <h1><?= Titles\title(); ?></h1> - No reference to custom background was found in the theme.
- Screenshot dimensions are wrong! Detected: 990x500px (99:50). Ratio of width to height should be 4:3.Screenshot size is 990x500px. 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 base.php.Line 25: <?php _e('You are using an <strong>outdated</strong> browser. Please <a href='http://browsehappy.com/'>upgrade your browser</a> to improve your experienc
- 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 taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file archive.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 : piklist-checker.php Line 10: include_once('class-piklist-checker.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.The theme appears to use include or require : class-piklist-checker.php Line 50: require_once(ABSPATH . '/wp-admin/includes/plugin.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.