| Server IP : 103.255.250.91 / Your IP : 216.73.217.146 Web Server : Apache System : Linux charlie.thegoodhost.io 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64 User : tongkhen ( 1019) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/tongkhen/domains/carpetworld.com.sg/wp-content/themes/renovation/ |
Upload File : |
<?php get_header(); ?>
<?php while ( have_posts() ) : the_post();
$featured_img = get_the_post_thumbnail_url(get_the_ID(),'full');
?>
<section class="article-wrapper curtain-boutique-wrapper">
<div class="container">
<div class="title-wrap">
<!-- <img src="<?php echo get_stylesheet_directory_uri();?>/images/title-img.png"> -->
<h1><?php the_field('pp_sub_title');?></h1>
</div>
<div class="row">
<div class="col-md-6 col-12">
<div class="curtain-images-left">
<img src="<?php echo $featured_img;?>">
</div>
</div>
<div class="col-md-6 col-12">
<div class="curtain-description-right">
<?php the_content(); ?>
</div>
</div>
</div>
</div>
</section>
<?php endwhile; // end of the loop. ?>
<?php get_footer(); ?>