section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package business_networking_conference */ $business_networking_conference_prelaoder = get_theme_mod( 'business_networking_conference_header_preloader', false ); ?> > >
'; 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_networking_conference_default_image_url = get_template_directory_uri() . '/images/default-header.png'; echo ''; } else { if (has_post_thumbnail()) { (is_active_sidebar('right-sidebar')) ? the_post_thumbnail('business-networking-conference-with-sidebar', array('itemprop' => 'image')) : the_post_thumbnail('business-networking-conference-without-sidebar', array('itemprop' => 'image')); } else { $business_networking_conference_default_image_url = get_template_directory_uri() . '/images/default-header.png'; echo ''; } } echo '
'; echo '
'; business_networking_conference_custom_blog_banner_title(); echo '
'; } } } echo '
'; echo '
'; echo '
'; echo '
'; ?>