<?php

/**
 * Loop Search Results
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 6.7
 */

defined( 'ABSPATH' ) || exit;

// Increment the wpex_count var for each item in the loop
wpex_increment_loop_counter();

// The search entry
wpex_get_template_part( 'search_entry' );

// Reset counter when current count equals the number of displayed columns
wpex_maybe_reset_loop_counter( wpex_get_array_first_value( totaltheme_call_static( 'Search\Archive', 'columns' ) ) );
