Current File : /home/kelaby89/listingslad.com/wp-content/themes/listivo/templates/partials/listing_grid.php
<?php

use Tangibledesign\Framework\Core\Collection;
use Tangibledesign\Framework\Models\Model;

/* @var Collection|Model[] $lstModels */
global $lstModels;
?>
<div class="listivo-listing-grid">
    <?php
    global $lstCurrentListing;
    foreach ($lstModels as $lstCurrentListing) :
        get_template_part('templates/partials/card/listing_card_v3');
    endforeach;
    ?>
</div>
Page not found – Hello World !