Ohio
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEohio.zip
- FILE SIZE11681317 bytes
- MD5a575f3acced735ef8a0066a71781f986
- SHA1cbe959707c11f0b46d94ce6efdef87b73f6c0af9
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttp://ohio.clbthemes.com/
- VERSION3.3.3
- AUTHOR URIhttp://clbthemes.com/
- TAGScustom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
- CREATION DATE2024-01-22
- LAST FILE UPDATE2024-01-22
- LAST VALIDATION2024-01-22 11:10
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found <iframe src="https://player.vimeo.com/video/' . $video_key . '" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" frameborder="0"> in file object_parser.php. 93: $post_object['media']['video'] = '<iframe src='https://player.vimeo.com/video/' . $video_key . '' webkitallowFound <iframe src="<?php echo esc_url( $project['video']['link'] ); ?> in file layout_type6.php. 96: <iframe src='<?php echo esc_url( $project['video']['link'] ); ?>' framebordFound <iframe src="<?php echo esc_url( $project['video']['link'] ); ?> in file gallery.php. 53: <iframe src='<?php echo esc_url( $project['video']['link'] ); ?>' framebordFound <iframe src="<?php echo esc_url( $project['video']['link'] ); ?> in file layout_type5.php. 107: <iframe src='<?php echo esc_url( $project['video']['link'] ); ?>' framebordFound <iframe src="<?php echo esc_url( $project['video']['link'] ); ?> in file layout_type9.php. 106: <iframe src='<?php echo esc_url( $project['video']['link'] ); ?>' framebordFound <iframe src="<?php echo esc_url( $project['video']['link'] ); ?> in file layout_type10.php. 97: <iframe src='<?php echo esc_url( $project['video']['link'] ); ?>' framebordFound <iframe src="<?php echo esc_url( $project['video']['link'] ); ?> in file layout_type8.php. 96: <iframe src='<?php echo esc_url( $project['video']['link'] ); ?>' framebord
- 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.
ohio-importer-v124.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in enqueue.php. Themes must not deregister core scripts. 21: wp_deregister_script( 'select2' );
- Found wrong tag custom-logo in style.css header.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Show empty categories in filter' in file global_portfolio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Show empty categories in filter' in file template_portfolio.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category: ' in file breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag: ' in file breadcrumbs.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are ohio, woocommerce, ohio-extra.
- .ds_store was found.
- No reference to custom background was found in the theme.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright 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.
Tip-off
- Possible hard-coded links were found in the file global_footer.php.304: 'default_value' => __( '© 2016-2022, Ohio Theme. Made with passion by', 'ohio') . '<a href='http://clbthemes.com' target='_blank'>Colabrio</a>',326: 'default_value' => __( '© 2016-2022, Ohio Theme. Made with passion by', 'ohio') . '<a href='http://clbthemes.com' target='_blank'>Colabrio</a>',304: 'default_value' => __( '© 2016-2022, Ohio Theme. Made with passion by', 'ohio') . '<a href='http://clbthemes.com' target='_blank'>Colabrio</a>',326: 'default_value' => __( '© 2016-2022, Ohio Theme. Made with passion by', 'ohio') . '<a href='http://clbthemes.com' target='_blank'>Colabrio</a>',
- 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 archive.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 : acf_setup.php 8: require 'acf-php/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 : bootstrap.php 3: require('_group_background_options.php');4: require('_group_page_options.php');5: require('_group_logo_options.php');7: require('global_blog.php');8: require('global_blog_pages.php');9: require('global_custom_css.php');10: require('global_ecommerce.php');11: require('global_ecommerce_pages.php');12: require('global_footer.php');13: require('global_general.php');14: require('global_header.php');15: require('global_menu.php');16: require('global_other.php');17: require('global_page.php');18: require('global_portfolio.php');19: require('global_post.php');20: require('global_post_pages.php');21: require('global_product.php');22: require('global_product_pages.php');23: require('global_project_pages.php');24: require('global_typography.php');26: require('page.php');27: require('product.php');28: require('project.php');29: require('project_settings.php');31: require('template_blog.php');32: require('template_portfolio.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.