fixing filter buttons container bug

This commit is contained in:
Antoine M 2023-12-07 17:16:14 +01:00
parent 1f3c36a18a
commit 7e7a6aaad7

View File

@ -69,7 +69,7 @@ $posts = new WP_Query($args);
</p>
<ul>
<ul class="news-type-filters-wrapper">
<?php
$news_types = get_terms(array(
'taxonomy' => 'news_type',