| 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/mylaminateflooring.com.sg/wp-content/themes/blenders/ |
Upload File : |
<?php get_header(); ?>
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<!-- Hero Section -->
<?php get_template_part('includes/hero-section'); ?>
<!-- Three Features Section -->
<?php get_template_part('includes/features-bar-section'); ?>
<section class="page-content single-article-section py-5">
<div class="container">
<!-- Post Title -->
<div class="center_border_heading">
<h2 class="text-center text-primary2 page-title mb-4">
<?php the_title(); ?>
</h2>
</div>
<!-- Post Meta (Optional)
<div class="text-center mb-4">
<span>Posted on <?php echo get_the_date(); ?></span>
</div> -->
<!-- Featured Image -->
<?php
$pod = pods(get_post_type(), get_the_ID());
$featured_image_url="";
if ( $pod ) {
$featured_image = $pod->field('featured_image');
$featured_image_url=$featured_image['guid'];
}
/*
if ( $featured_image_url!="" ) : ?>
<div class="text-center mb-4">
<img src="<?= $featured_image_url; ?>" class="single-blog-img img-fluid" />
</div>
<?php endif; */ ?>
<!-- Post Content -->
<div class="content">
<?php the_content(); ?>
</div>
</div>
</section>
<!-- Enquiry Button Section -->
<?php get_template_part('includes/enquiry-bar-section'); ?>
<?php
endwhile;
endif;
?>
<?php get_footer(); ?>