feature: Split summary to separate template

This commit is contained in:
Keith Solomon
2025-02-05 10:43:50 -06:00
parent 75627741ab
commit a9ea8cc9d8
4 changed files with 41 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (!defined('ABSPATH')) { exit; } // Prevent direct access
?>
<div id="resource-filter-summary">
<p><strong>Showing <span id="result-count"><?php echo isset($resTotal) ? esc_html($resTotal) : 0; ?></span> resources</strong></p>
<p><strong>Filters applied:</strong><br><span id="applied-filters">None</span></p>
</div>