section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package business_solutions */ $business_solutions_prelaoder = get_theme_mod( 'business_solutions_header_preloader', false ); $business_solutions_loader_layout = get_theme_mod('business_solutions_loader_layout_setting', 'load'); ?> > >




'; echo '
'; if (!is_front_page() || is_home()) { if (is_single() || is_page() || (function_exists('is_shop') && is_shop()) || is_archive() || is_search() || is_404() || is_home()) { if (!is_page_template('template-homepage.php')) { echo '
'; if (function_exists('is_shop') && (is_shop() || function_exists('is_product') && is_product())) { $business_solutions_default_image_url = get_template_directory_uri() . '/images/default-header.png'; echo 'Default Image'; } else { if (has_post_thumbnail()) { (is_active_sidebar('right-sidebar')) ? the_post_thumbnail('business-solutions-with-sidebar', array('itemprop' => 'image')) : the_post_thumbnail('business-solutions-without-sidebar', array('itemprop' => 'image')); } else { $business_solutions_default_image_url = get_template_directory_uri() . '/images/default-header.png'; echo 'Default Image'; } } echo '
'; echo '
'; business_solutions_custom_blog_banner_title(); echo '
'; } } } echo '
'; echo '
'; echo '
'; echo '
'; ?>