Bento
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbento.2.5.zip
- FILE SIZE2672818 bytes
- MD53a60335276af91555b7f5ba67aa69000
- SHA1a277c89d4310160d6808f0ced28a4fe396e20386
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://satoristudio.net/bento-free-wordpress-theme/
- VERSION2.5
- AUTHOR URIhttp://satoristudio.net/
- TAGSone-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-c
- CREATION DATE2020-09-15
- LAST FILE UPDATE2021-05-27
- LAST VALIDATION2021-05-27 16:12
- OTHER VERSIONS
This theme is open source.
Critical alerts
- add_menu_page()/add_submenu_page()File CMB2.php : 109: * and several are passed along to add_menu_page()/add_submenu_page()115: 'parent_slug' => '', // Used as first param in add_submenu_page().File CMB2.php : 109: * and several are passed along to add_menu_page()/add_submenu_page()115: 'parent_slug' => '', // Used as first param in add_submenu_page(). File CMB2.php : 109: * and several are passed along to
Warning
- Found wrong tag custom-logo in style.css header.
- No reference to custom header 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file template-tags.php.796: $author = 'Bento ' . esc_html__( 'theme by', 'bento' ) . ' <a href='https://satoristudio.net/' target='blank' title='Satori Studio'>Satori StudPossible hard-coded links were found in the file customizer.php.504: $fonts_url = '<a href='http://www.google.com/webfonts' style='color:#999;' target='_blank'>http://
- 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 : init.php 160: require_once( cmb2_dir( 'bootstrap.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 : CMB2.php 69: * from screen to screen. Post edit screen contexts include 'normal', 'side', and 'advanced'.74: * Comments screen contexts include 'normal' and 'side'. Default is 'normal'. 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 : helper-functions.php 44: include_once( cmb2_dir( '$path/{$class_name}.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.