Coywolf Starter
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEcoywolf-starter.zip
- FILE SIZE44140 bytes
- MD59c8955312d679cb13d3308c202ad981e
- SHA1754ccd4b16d0df57b0b3c00a22fb2c7e32ba9c2b
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://coywolf.pro/webmaster/wordpress-starter-theme
- VERSION1.0.2
- AUTHOR URIhttps://coywolf.pro
- TAGSwordpress, starter
- CREATION DATE2021-07-10
- LAST FILE UPDATE2021-07-10
- LAST VALIDATION2021-07-10 11:54
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- Themes should not hide admin bar. Detected in file : functions.php.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - bloginfo('template_directory'); ?>/images/fallback-image.png' alt='<?php thbloginfo('template_directory') was found in the file home.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <img src='<?php bloginfo('template_directory'); ?>/images/fallback-image.png' alt='<?php thbloginfo('template_directory') was found in the file app.css.php. Use echo esc_url( get_template_directory_uri() ) instead.95: display:inline-block;content: ' ' url(<?php bloginfo('template_directory'); ?>/images/amazon.svg);width:1rem;padding-lebloginfo('template_directory') was found in the file search.php. Use echo esc_url( get_template_directory_uri() ) instead.15: <img src='<?php bloginfo('template_directory'); ?>/images/fallback-image.png' alt='<?php thbloginfo('template_directory') was found in the file category.php. Use echo esc_url( get_template_directory_uri() ) instead.18: <img src='<?php bloginfo('template_directory'); ?>/images/fallback-image.png' alt='<?php th bloginfo('template_directory') was found in the file index.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <img src='<?php
Warning
- Found wrong tag wordpress in style.css header.Found wrong tag starter in style.css header.
- This theme contains no sidebars/widget areas. See Widgets API
- .ds_store was found.
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comment_form.
- Could not find wp_link_pages.
- Could not find post_class.
- 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.
- Could not find the comment-reply script enqueued, however a reference to 'comment-reply' was found. Make sure that the comment-reply js script is being enqueued properly on singular pages.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- This theme doesn't seem to display tags.
- At least one hard coded date was found in the file index.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file home.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file single.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file category.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 600x450px. 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
- 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 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 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 : header.php 22: <?php include_once( 'app.css.php' ); //CSS is inline and saved in a PHP file so y 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.