fixing filter buttons container bug
This commit is contained in:
parent
1f3c36a18a
commit
7e7a6aaad7
|
|
@ -69,7 +69,7 @@ $posts = new WP_Query($args);
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul class="news-type-filters-wrapper">
|
||||||
<?php
|
<?php
|
||||||
$news_types = get_terms(array(
|
$news_types = get_terms(array(
|
||||||
'taxonomy' => 'news_type',
|
'taxonomy' => 'news_type',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user