HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User: root (0)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/healthnettoday.com/wp-content/themes/healthnettoday/custom_template.php
<?php
/**
* Template Name: Custom Template
*/
get_header() ; ?>
<div class="breadcrumb-section jarallax pixels-bg" data-jarallax data-speed="0.6">
         <div class="container custom-heads text-center">
		    <div class="custom-header" style="background-image:url('<?php the_field('custom_headers'); ?>') ">
				<?php the_title('<h1 class="entry-title">', '</h1>'); ?>
                 <h1><?php the_title();?></h1>
			</div>
         </div>
      </div>
 <div class="section-block">
 <div class="container">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
the_content();
endwhile; endif; ?>
</div>
</div>
<?php get_footer() ; ?>