terms_are_ids_or_slugs( $filter_cats, 'liquid-portfolio-category' );
}
$terms = get_terms( array(
'taxonomy' => 'liquid-portfolio-category',
'hide_empty' => false,
'include' => $filter_cats
) );
if( empty( $terms ) ) {
return;
}
?>
get_button(); ?>
- %s', $term->slug, $term->name ); } ?>
terms_are_ids_or_slugs( $filter_cats, 'liquid-portfolio-category' );
}
$terms = get_terms( array(
'taxonomy' => 'liquid-portfolio-category',
'hide_empty' => false,
'include' => $filter_cats
) );
if( empty( $terms ) ) {
return;
}
?>
<ul class="filter-list filter-list-decorated filters-underline filters-underline-alt size-md hidden-xs hidden-sm" id="">
<?php foreach( $terms as $term ) {
printf( '%s ', $term->slug, $term->name );
} ?>
<select name="lqd-filter-dropdown-" id="lqd-filter-dropdown">
<?php foreach( $terms as $term ) {
printf( '%s', $term->slug, $term->slug, $term->name );
} ?>
get_button(); ?>
terms_are_ids_or_slugs( $filter_cats, 'liquid-portfolio-category' );
}
$terms = get_terms( array(
'taxonomy' => 'liquid-portfolio-category',
'hide_empty' => false,
'include' => $filter_cats
) );
if( empty( $terms ) ) {
return;
}
?>
%s', $term->slug, $term->name );
} ?>
get_button(); ?>