mirror of
https://github.com/ulaulaman/eduinaf-ajax-filter-posts.git
synced 2025-02-16 15:41:00 +01:00
Change limit for collapse
This commit is contained in:
parent
b6f7db115d
commit
3b746d7a09
@ -10,7 +10,7 @@
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php if (count($filterlist['filters']) >= 5): ?>
|
||||
<?php if (count($filterlist['filters']) >= 1): ?>
|
||||
<div class="ajax-posts__filter-toggle">
|
||||
<a href="#" class="js-collapse-filterlist ajax-posts__filter-toggle-show">Toon meer</a>
|
||||
<a href="#" class="js-collapse-filterlist ajax-posts__filter-toggle-hide">Toon minder</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user