| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/midwest/public_html/wp-content/themes/midwest/ |
Upload File : |
<?php
/**
* Template Name: Contact
* Description: A custom template for the Contact page.
*/
get_header(); // Include the header
?>
<?php get_template_part('template-parts/content', 'custom-advertisement'); ?>
<?php get_template_part('template-parts/content', 'google-ads-top'); ?>
<section class="main_content contact_page_outer">
<div class="container">
<div class="row">
<div class="col-sm-12 mid-pad-ziro">
<div class="main_content_inner">
<div class="main_content_inner_wrap">
<div class="row">
<div class="col-sm-8">
<?php the_content(); ?>
</div>
<div class="col-sm-4">
<div class="contact_sidebar">
<h3>Contact Details</h3>
<?php if ( ! dynamic_sidebar('mid_footer_contact') ) : ?><?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php get_template_part('template-parts/content', 'google-ads-bottom'); ?>
<?php
get_footer(); // Include the footer
?>