| 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: Condolences Archive Template
*/
get_header();
?>
<?php get_template_part('template-parts/content', 'custom-advertisement'); ?>
<?php get_template_part('template-parts/content', 'google-ads-top'); ?>
<section class="mid-content-wrap main_content_condolences">
<div class="container">
<div class="row">
<div class="col-md-12 mid-pad-ziro">
<!-- Search and Filter Form Start -->
<!-- <div class="search-filter-wrap mid-condolences-search-wrap">
<div class="form-row align-items-end row">
<div class="col-md-5">
<input type="text" name="s" class="form-control" placeholder="Search" id="search-name" />
</div>
<div class="col-md-5">
<input type="text" name="date_filter" class="form-control" id="date-filter" placeholder="Select Date" />
</div>
<div class="col-md-2">
<button id="filter-button" class="btn btn-primary mid-view-all-btn">Filter</button>
</div>
</div>
</div> -->
<!-- Search and Filter Form End -->
<!-- Condolences Slider Start -->
<div id="condolences-results" class="mid-home-slider-wrap mid-pad--right-ziro mid-inner-news mid-condolences-wrap">
<div class="mid-home-slider-inner">
<div class="row" id="condolences-list">
<!-- Results will be populated here by AJAX -->
</div>
</div>
</div>
<!-- Condolences Slider End -->
</div>
</div>
</div>
</section>
<?php get_template_part('template-parts/content', 'google-ads-bottom'); ?>
<?php get_footer('inner'); ?>