HODES Oletusteema
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEhodes-WP-secure.zip
- FILE SIZE296857 bytes
- MD587bb45efe8736019aa6fb5c191d4cc39
- SHA169e3face6fccf0c313da7bf61357d91af09edade
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- VERSION1.3
- CREATION DATE2024-04-25
- LAST FILE UPDATE2024-04-25
- LAST VALIDATION2024-04-25 18:16
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- 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: - automatic_feed_links(); automatic_feed_links found in file functions.php. Deprecated since version 3.0. Use add_theme_support( 'automatic-feed-links' ) instead.8:
- get_bloginfo('template_directory');?>/assets/gfx/device-preview.png' />17: <link rel='shortcut icon' type='image/x-icon' href='<?php echo get_bloginfo('template_directory');?>/favicon.ico' />18: <link rel='apple-touch-icon' sizes='180x180' href='<?php echo get_bloginfo('template_directory');?>/assets/gfx/apple-touch-icon.png' />19: <link rel='icon' type='image/png' sizes='32x32' href='<?php echo get_bloginfo('template_directory');?>/assets/gfx/favicon-32x32.png' />20: <link rel='icon' type='image/png' sizes='16x16' href='<?php echo get_bloginfo('template_directory');?>/assets/gfx/favicon-16x16.png' />36: <a href='<?php echo get_option('home'); ?>'><img src='<?php echo get_bloginfo('template_directory');?>/assets/gfx/HODES-Logo.png' alt='<?phpget_bloginfo('template_directory') was found in the file footer.php. Use get_template_directory_uri() instead.18: <script src='<?php echo get_bloginfo('template_directory');?>/assets/js/jquery.slicknav.js'></scrip23: brand: '<a href='<?php echo get_option('home'); ?>'><img src='<?php echo get_bloginfo('template_directory');?>/assets/gfx/HODES-Logo.png' alt='<?php get_bloginfo('template_directory') was found in the file header.php. Use get_template_directory_uri() instead.11: <meta property='og:image' content='<?php echo get_site_url(); ?>/<?php echo
- bloginfo('url'); ?>' class='wp-block-search__button-inside wp-block-search_ bloginfo('url') was found in the file content-none.php. Use echo esc_url( home_url() ) instead.2: <form role='search' method='get' action='<?php
- get_option('home'); ?>'><img src='<?php echo get_bloginfo('template_directoget_option('home') was found in the file footer.php. Use home_url() instead.23: brand: '<a href='<?php echo get_option('home'); ?>'><img src='<?php echo get_bloginfo('template_directo get_option('home') was found in the file header.php. Use home_url() instead.36: <a href='<?php echo
Warning
- Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 11: wp_deregister_script('jquery');
- 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 hodes-oletusteema.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Hakutulokset hakusanalle "%s"' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Hakutulokset hakusanalle "%s"' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Sosiaalinen media' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Päävalikko' in file functions.php.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find post_class.
- 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.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- This theme doesn't seem to display tags.
- At least one hard coded date was found in the file archive.php. Function get_option( 'date_format' ) should be used instead.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- This theme does not contain optional file rtl.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 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : 404.php 11: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.php' ); ?>26: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.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 : index.php 8: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-page.php' );10: <?php include (TEMPLATEPATH . '/assets/template-parts/pagination.php' ); ?>12: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.php' ); ?>23: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-page.php' );25: <?php include (TEMPLATEPATH . '/assets/template-parts/pagination.php' ); ?>27: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.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 : archive.php 49: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.php' ); ?>103: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.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 : front-page.php 14: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-page.php' );16: <?php include (TEMPLATEPATH . '/assets/template-parts/pagination.php' ); ?>18: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.php' ); ?>28: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-page.php' );30: <?php include (TEMPLATEPATH . '/assets/template-parts/pagination.php' ); ?>32: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.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 26: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.php' ); ?>57: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.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 : page.php 7: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-page.php' );10: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.php' ); ?>20: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-page.php' );23: <?php include (TEMPLATEPATH . '/assets/template-parts/content-none.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 7: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-post.php' );17: <?php include (TEMPLATEPATH . '/assets/template-parts/content-single-post.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.