| Server IP : 152.53.162.115 / Your IP : 216.73.217.85 Web Server : Apache/2 System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64 User : pbshosting ( 1005) PHP Version : 8.3.30 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/pbshosting/domains/jayeshkg.com/public_html/wp-content/themes/Theme25/ |
Upload File : |
<?php
/**
* The Sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?>
<?php query_posts('page_id=3');
while (have_posts()) : the_post(); ?>
<section class="about-section">
<div class="container">
<div class="row">
<h2 class="common-hed">
Psychologist<span> Jayesh K.G </span>
<img src="<?php echo get_template_directory_uri(); ?>/images/undr-line.png"/>
</h2><!-- common-hed -->
<div class="about-wrap">
<div class="col-md-6">
<div class="left-border">
<h3><?php echo get_field('title'); ?></h3>
<p><?php echo get_field('description'); ?></p>
<a href="<?php echo get_field('dr_more_link'); ?>" class="common-btn"><img src="<?php echo get_template_directory_uri(); ?>/images/btn-img.png"/>view more</a>
</div><!-- left-border -->
<div class="phone-container">
<div class="inner">
<div class="phone-hed">for appointment call</div><!-- phone-hed -->
<h4><i class="fa fa-phone"></i> <?php echo get_field('dr_phone'); ?></h4>
</div><!-- inner -->
</div><!-- phone-container -->
<div class="phone-container">
<div class="inner">
<div class="phone-hed"><a href="<?php echo site_url('/online-consultation/'); ?>">need online consultation?</a></div><!-- phone-hed -->
<h4><a href="<?php echo site_url('/online-consultation/'); ?>">book now</a></h4>
</div><!-- inner -->
</div><!-- phone-container -->
</div><!-- col-6 -->
<div class="col-md-6">
<div class="doc-profile">
<img src="<?php echo get_field('dr_image'); ?>"/></div><!-- col-6 -->
</div><!-- doc-profile -->
</div><!-- about-wrap -->
</div><!-- row -->
</div><!-- contianer -->
</section>
<?php endwhile; ?>