Thème du TD
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEthemeTuto.zip
- FILE SIZE321860 bytes
- MD56493b78a8767c927c6bc536c2c303495
- SHA166cf274ab3b724142fe01d129fdb516f4ef1f991
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.0
- AUTHOR URIhttps://www.cefii.fr
- CREATION DATE2020-08-18
- LAST FILE UPDATE2020-08-18
- LAST VALIDATION2020-08-18 09:17
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file functions.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- 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.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: Ligne5: <p>Retour à la page d'accueil <a href='<?php bloginfo('url'); ?>'>ici</a></p>
bloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.Ligne22: <a href='<?php bloginfo('url'); ?>' title='<?php bloginfo('name'); ?>'>
bloginfo('url') was found in the file 404.php. Use echo esc_url( home_url() ) instead.- 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 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 th%c3%a8me-du-td.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find wp_link_pages.
- Could not find post_class.
- 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.
- Could not find Theme URL.
- 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 home.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 date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.