| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/vhost/cosmicindrani.com/wp-content/themes/indrani/template-parts/ |
Upload File : |
<?php
$allowed_pages = ['corporate-vastu'];
?>
<div class="welcome_message <?php if (is_page($allowed_pages)) : ?>others<?php endif; ?> mypy100">
<div class="maxwidth1150">
<div class="container">
<div class="row">
<?php if (is_front_page()) : ?>
<div class="col-md-5">
<img src="<?php echo get_field('welcome_image', $post_id); ?>" alt="<?php echo get_field('welcome_title', $post_id); ?>">
</div>
<?php endif; ?>
<div class="<?php if (is_front_page()) : ?>col-md-7<?php endif; ?> <?php if (is_page($allowed_pages)) : ?>col-md-12 <?php endif; ?>">
<div class="content_area">
<?php if (is_front_page()) : ?>
<h1><?php echo get_field('welcome_title', $post_id); ?></h1>
<h3><?php echo get_field('welcome_sub_title', $post_id); ?></h3>
<div class="message_area">
<p><?php echo get_field('welcome_description', $post_id); ?></p>
</div>
<?php endif; ?>
<?php if (is_page($allowed_pages)) : ?>
<h3><?php echo get_field('welcome_title', $post_id); ?></h3>
<div class="message_area">
<p><?php echo get_field('welcome_description', $post_id); ?></p>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>