天天软件
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEt-down.zip
- FILE SIZE161732 bytes
- MD52c8136c627a32402e6685fbc5b64dac0
- SHA1a1bc29dd9a8154e47b0b1633f42a459bbd20a47e
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0
- CREATION DATE2020-06-12
- LAST FILE UPDATE2020-06-12
- LAST VALIDATION2020-06-12 20:41
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: - get_bloginfo('template_url'); get_bloginfo('template_url') was found in the file functions.php. Use get_template_directory_uri() instead.94: echo
- bloginfo('template_url'); ?>/images/1514c44de8919f3a814f043e463ab4ff.png' abloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.11: <script type='text/javascript' src='<?php bloginfo('template_url'); ?>/js/jquery.min.js'></script>12: <script type='text/javascript' src='<?php bloginfo('template_url'); ?>/js/softSite.js'></script> bloginfo('template_url') was found in the file search.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <a href='<?php the_permalink(); ?>'><img src='<?php
- get_option( 'home' ); get_option( 'home' ) was found in the file functions.php. Use home_url() instead.259: $home =
- add_theme_support() was found in the file functions.php. However get_post_format and/or has_post_format were not found, and no use of formats in the CSS was detected.
- The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
- Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 276: wp_deregister_script('autosave');
- Found wrong tag 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 %e5%a4%a9%e5%a4%a9%e8%bd%af%e4%bb%b6.
- Found a translation function that is missing a text-domain. Function __, with the arguments '与标签 %s 相关联的文章列表' in file seo.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View all posts in %s' in file functions.php.
- This theme contains no sidebars/widget areas. See Widgets API
- Could not find wp_footer.
- Could not find wp_head.
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find wp_list_comments.
- Could not find comment_form.
- Could not find body_class call in body tag.
- 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.
- 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.
- This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- No reference to the_post_thumbnail was found in the theme.
- 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.
- At least one hard coded date was found in the file seo.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot dimensions are wrong! Detected: 300x242px (150:121). Ratio of width to height should be 4:3.Screenshot size is 300x242px. 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
- Could not find file comments.php in the theme.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file comments.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 comments.php.
- This theme does not contain optional file 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.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : index.php 5: <?php include('sort.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 : header.php 7: <?php include('seo.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 : search.php 4: <?php include('sort.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 : single.php 5: <?php include('sort.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 : category.php 4: <?php include('sort.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.