3 palstainen sivupohja
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAME3-palstainen-sivupohja.zip
- FILE SIZE60986 bytes
- MD55852878dc9e6ac739f2bf7a81ec3b75f
- SHA146a34d8704914db523abec900eb95308bce7c7ab
- LICENSENone
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- VERSION1.0
- CREATION DATE2024-04-10
- LAST FILE UPDATE2024-04-10
- LAST VALIDATION2024-04-10 12:10
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.
- register_sidebar(). Sidebars need to be registered in a custom function hooked to the widgets_init action. See:
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.4:
- get_bloginfo('template_directory');?>/components/ddsmoothmenu/ddsmoothmenu.40: <link rel='stylesheet' type='text/css' href='<?php echo get_bloginfo('template_directory');?>/components/ddsmoothmenu/ddsmoothmenu-42: <script type='text/javascript' src='<?php echo get_bloginfo('template_directory');?>/components/ddsmoothmenu/ddsmoothmenu. get_bloginfo('template_directory') was found in the file header.php. Use get_template_directory_uri() instead.39: <link rel='stylesheet' type='text/css' href='<?php echo
- bloginfo('url'); ?>/'> bloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.1: <form method='get' id='searchform' action='<?php
- get_option('home'); ?>/'><?php bloginfo('name'); ?></a></p> get_option('home') was found in the file header.php. Use home_url() instead.104: <p><a href='<?php echo
Warning
- Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 8: wp_deregister_script('jquery');
- Found wrong tag in style.css header.
- Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search:' in file searchform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Top Menu' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Menu' in file functions.php.
- thumbs.db was found.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comment_form.
- 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.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails 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 archive.php. Function get_option( 'date_format' ) should be used instead.
- Screenshot size is 300x225px. 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 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 : index.php 42: <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>53: <?php include (TEMPLATEPATH . '/inc/nav.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 56: <?php include (TEMPLATEPATH . '/inc/nav.php' ); ?>60: <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>66: <?php include (TEMPLATEPATH . '/inc/nav.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 41: <?php include (TEMPLATEPATH . '/inc/nav.php' ); ?>45: <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>51: <?php include (TEMPLATEPATH . '/inc/nav.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 42: <?php include (TEMPLATEPATH . '/inc/meta.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.