✨feature: Split summary to separate template
This commit is contained in:
8
templates/filter-summary.php
Normal file
8
templates/filter-summary.php
Normal 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>
|
||||
Reference in New Issue
Block a user