| 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
// Start the Loop
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 py-5">
<div class="container">
<?php
// Show page title (optional)
if ( ! is_front_page() ) :
?>
<div class="center_border_heading">
<h2 class="text-center text-primary2 page-title mb-4"><?php the_title(); ?></h2>
</div>
<?php endif; ?>
<!-- Dynamic Content from WordPress Editor -->
<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(); ?>