Newspaper
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAME10.3.2-Newspaper-WordPress-Theme-yukapo.com.zip
- FILE SIZE62048949 bytes
- MD52f25ed13ccc69349a5e5d3b382981665
- SHA1e11f31182f21e004c93b854333836df5e1178a9c
- LICENSENone
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images, Adobe Photoshop
- THEME URIhttp://tagdiv.com
- VERSION10.3.2
- TAGSblack, white, one-column, two-columns, fixed-layout
- CREATION DATE2020-04-05
- LAST FILE UPDATE2020-04-05
- LAST VALIDATION2020-04-05 16:46
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.
- register_sidebar
<?php register_sidebar( $args ); ?>
The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: - add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function376: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcomeFile tagdiv-wp-booster-functions.php : 375: /* wp doc: add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function376: add_menu_page('Theme panel', TD_THEME_NAME, 'edit_posts', 'td_theme_welcomeFile tagdiv-wp-booster-functions.php : 381: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't388: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', 'File tagdiv-wp-booster-functions.php : 381: add_submenu_page('td_theme_welcome', 'Plugins', 'Plugins', 'edit_posts', 't388: add_submenu_page( 'td_theme_welcome', 'Support', 'Support', 'edit_posts', ' File tagdiv-wp-booster-functions.php : 375: /* wp doc:
- Could not find .
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - 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.
td-social-counter.zip td-newsletter.zip td-cloud-library.zip td-standard-pack.zip td-mobile-plugin.zip revslider.zip js_composer.zip td-composer.zip newspaper-wedding.zip newspaper-travel.zip newspaper-book-club.zip newspaper-blog-cars.zip newspaper-blog-baby.zip newspaper-politics.zip newspaper.zip td-custom-post-type.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- The tag black has been deprecated, it must be removed from style.css header.The tag white has been deprecated, it must be removed from style.css header.The tag fixed-layout has been deprecated, it must be removed from 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 newspaper.
- thumbs.db was found.
- Could not find wp_footer.
- Could not find wp_head.
- Could not find .
- Could not find charset.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comments_template.
- 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 nav_menu was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- This theme doesn't seem to display tags.
- Screenshot size is 732x549px. 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 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 archive.php.
- This theme does not contain optional file search.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 : tagdiv-wp-booster-functions.php 9: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/tagdiv-admin-notices.14: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/tagdiv-global.php' );24: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/tagdiv-options.php' )29: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/tagdiv-util.php' );34: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/tagdiv-log.php' );39: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/tagdiv-remote-http.ph66: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/wp-admin/plugins/clas68: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/wp-admin/plugins/clas401: require_once( TAGDIV_ROOT_DIR . '/includes/wp-booster/wp-admin/plugins/clas412: require_once( ABSPATH . 'wp-admin/includes/file.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.