HEX
Server: Apache
System: Linux ns517114.ip-158-69-26.net 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
User: urgentelectrical (1063)
PHP: 8.2.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/urgentelectrical/public_html/wp-content/themes/my-custom-theme/page.php
<?php get_header(); ?> 

<?php if(get_field('banner_bg')) { ?> 
<div class="inner-banner-section" style="background-image: url(<?php echo get_field('banner_bg'); ?>);">
<?php } else { ?>
<div class="inner-banner-section" style="background-image:url('<?php bloginfo('template_url'); ?>/assets/img/inner-banner.png')">
<?php } ?> 
    <div class="container">
        <div class="row">
            <div class="inner_banner_content_wrp">
				<div class="banner-text">
					<h1><?php the_title(); ?></h1>
					<div class="breadcrumb"><a href="<?php echo get_home_url(); ?>">Home</a><span class="dash">-</span><span class="bread_title"><?php the_title(); ?></span></div>
				</div>
            </div>
        </div>
    </div>
</div>

<div class="container-fluid for-section">
    <div class="container"> 
		<div class="text-center">
			<?php while(have_posts()) : the_post();?>
			   <?php the_content(); ?> 
			<?php endwhile; wp_reset_query(); ?>
		</div>
	</div>
</div>

<div class="height"></div>
 
<?php get_footer(); ?>