Magazine News Byte
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEmagazine-news-byte.2.9.21.zip
- FILE SIZE2628119 bytes
- MD53150bb1d8b2f255232c648ef740d58f4
- SHA1e4699f9222cc3a81b44a36001f30a4ec3b19cc54
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION2.9.21
- TAGSgrid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, microformats, sticky-post, them
- CREATION DATE2022-01-11
- LAST FILE UPDATE2022-01-11
- LAST VALIDATION2022-01-11 09:51
- OTHER VERSIONS
This theme is open source.
Warning
- Found wrong tag block-styles in style.css header.Found wrong tag custom-logo in style.css header.Found wrong tag wide-blocks in style.css header.
- 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.
- At least one hard coded date was found in the file footer-postfooter.php. Function get_option( 'date_format' ) should be used instead.
Tip-off
- 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 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.
- The theme appears to use include or require : class-customize.php
Ligne65: require_once( hoot_data()->incdir . 'admin/trt-customize-pro/section-pro.ph
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 : hoot-theme.phpLigne23: require_once( hoot_data()->incdir . 'attr.php' );
Ligne25: require_once( hoot_data()->incdir . 'enqueue.php' );
Ligne27: require_once( hoot_data()->incdir . 'css.php' );
Ligne29: require_once( hoot_data()->incdir . 'template-helpers.php' );
Ligne31: require_once( hoot_data()->incdir . 'admin/fonts.php' );
Ligne33: require_once( hoot_data()->incdir . 'admin/media.php' );
Ligne35: require_once( hoot_data()->incdir . 'admin/menus.php' );
Ligne37: require_once( hoot_data()->incdir . 'admin/sidebars.php' );
Ligne40: require_once( hoot_data()->incdir . 'admin/class-tgm-plugin-activation.php'
Ligne43: require_once( hoot_data()->incdir . 'admin/trt-customize-pro/class-customiz
Ligne44: require_once( hoot_data()->incdir . 'admin/customizer-options.php' );
Ligne47: require_once( hoot_data()->incdir . 'admin/about.php' );
Ligne49: require_once( hoot_data()->incdir . 'theme-setup.php' );
Ligne50: require_once( hoot_data()->incdir . 'blocks/wpblocks.php' );
Ligne53: require_once( hoot_data()->incdir . 'deprecated.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 : theme-setup.phpLigne70: include_once( hoot_data()->template_dir . 'woocommerce/functions.php' );
Ligne88: include_once( hoot_data()->template_dir . 'hootkit/functions.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.phpLigne59: include( $custom_template );
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 : init.phpLigne96: require_once( hoot_data()->libdir . 'i18n.php' );
Ligne98: require_once( hoot_data()->libdir . 'attr-schema.php' );
Ligne100: require_once( hoot_data()->libdir . 'context.php' );
Ligne102: require_once( hoot_data()->libdir . 'filters.php' );
Ligne104: require_once( hoot_data()->libdir . 'enum.php' );
Ligne106: require_once( hoot_data()->libdir . 'sanitization.php' );
Ligne108: require_once( hoot_data()->libdir . 'helpers.php' );
Ligne110: require_once( hoot_data()->libdir . 'media.php' );
Ligne112: require_once( hoot_data()->libdir . 'head.php' );
Ligne114: require_once( hoot_data()->libdir . 'scripts.php' );
Ligne116: require_once( hoot_data()->libdir . 'styles.php' );
Ligne118: require_once( hoot_data()->libdir . 'taxonomy-image.php' );
Ligne120: require_once( hoot_data()->libdir . 'locations.php' );
Ligne122: require_once( hoot_data()->libdir . 'template.php' );
Ligne124: require_once( hoot_data()->libdir . 'sidebars.php' );
Ligne126: require_once( hoot_data()->libdir . 'color.php' );
Ligne128: require_once( hoot_data()->libdir . 'customize/customize.php' );
Ligne130: require_once( hoot_data()->libdir . 'style-builder.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 : locations.phpLigne85: require( $template );
Ligne151: require( $archive_templates[ $post_type ][ $nameid ] );
Ligne299: require( $comment_templates[ $comment_type ] );
Ligne413: require( $widget_templates[ $name ] );
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 : customize.phpLigne14: require_once ( hoot_data()->libdir . 'customize/functions.php' );
Ligne15: require_once ( hoot_data()->libdir . 'customize/interface.php' );
Ligne16: require_once ( hoot_data()->libdir . 'customize/sanitization.php' );
Ligne20: include_once( $file_path );
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.