%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/ |
Current File : //var/www/cwg/wp-content/themes/cwg/contact-us.php |
<?php /** * The main template file * Template Name: Contact * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package onepoint */ get_header(); ?> <!----Should be placed when there is no carousel--> <div class="js-headerGap h-[51px]"></div> <?php if (have_posts()) { while (have_posts()) { the_post(); ?> BODY CONTACT US <?php } } ?> <?php get_footer();