section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package artist_painter */ $artist_painter_prelaoder = get_theme_mod( 'artist_painter_header_preloader', false ); $artist_painter_loader_layout = get_theme_mod('artist_painter_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())) { $artist_painter_default_image_url = get_template_directory_uri() . '/images/default.png'; echo ''; } else { if (has_post_thumbnail()) { (is_active_sidebar('right-sidebar')) ? the_post_thumbnail('artist-painter-with-sidebar', array('itemprop' => 'image')) : the_post_thumbnail('artist-painter-without-sidebar', array('itemprop' => 'image')); } else { $artist_painter_default_image_url = get_template_directory_uri() . '/images/default.png'; echo ''; } } echo '
'; echo '
'; artist_painter_custom_blog_banner_title(); echo '
'; } } } echo '
'; echo '
'; echo '
'; echo '
'; ?>