Hotel Booking - Responsive Wordpress Theme | Shared by VestaThe
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEhotelbooking_installer.zip
- FILE SIZE3394241 bytes
- MD5bf8df99426ec836a862713b225dcb115
- SHA1d6eee6ff85c6821bd338cf24ccc5e5243a45635f
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.3
- TAGSthreaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
- CREATION DATE2019-10-22
- LAST FILE UPDATE2019-10-22
- LAST VALIDATION2019-10-22 13:44
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found <iframe src="<?php echo esc_url( get_post_meta( get_the_ID(), 'hotelbooking_cf_post_soundcloud_url', 1 ) ); ?> in file format-audio.php. 7: <iframe src='<?php echo esc_url( get_post_meta( get_the_ID(), 'hotelbooking
- add_submenu_page#Parameters File theme-options.php : 70: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
Warning
- 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 hotel-booking-responsive-wordpress-theme-shared-by-vestathemes-com.
- Found a mix of \r\n and \n line endings in file style.css.
- 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 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.
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 : inc.php 79: require_once( trailingslashit( get_template_directory() ) . 'include/nav_wa80: require_once( trailingslashit( get_template_directory() ) . 'include/page_w81: require_once( trailingslashit( get_template_directory() ) . 'include/fn.hot82: require_once( trailingslashit( get_template_directory() ) . 'include/postli83: require_once( trailingslashit( get_template_directory() ) . 'include/theme- 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-options.php 153: require_once( trailingslashit( get_template_directory() ) . 'admin/theme-op154: require_once( trailingslashit( get_template_directory() ) . 'admin/theme-op 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.