![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/themes/agencyup/ |
<?php $breadcrumb_display = get_theme_mod('breadcrumb_display','1'); if($breadcrumb_display == '1') { $background_image = get_theme_support( 'custom-header', 'default-image' ); if ( has_header_image() ) { $background_image = get_header_image(); } $breadcrumb_img_type_display = get_theme_mod('breadcrumb_img_type_display','scroll'); $header_img_bg_color = get_theme_mod('header_img_bg_color',' #00000099'); ?> <div class="bs-breadcrumb-section" style='background-image: url("<?php echo esc_url( $background_image ); ?>" ); background-attachment: <?php echo esc_attr($breadcrumb_img_type_display); ?>;'> <div class="overlay" style="background:<?php echo $header_img_bg_color ; ?>" > <div class="container"> <div class="row"> <div class="col-md-12"> <?php echo agencyup_archive_page_title(); ?> </div> </div> </div> </div> </div> <div class="clearfix"></div> <?php } ?>