org filter issue fixed
This commit is contained in:
parent
e0b730d3c5
commit
ed9f53a5c5
|
@ -58,7 +58,7 @@ if (!function_exists('mep_display_event_org_name_in_list')) {
|
||||||
?>
|
?>
|
||||||
<div class="mep-event-cat-controls">
|
<div class="mep-event-cat-controls">
|
||||||
<button type="button" class="mep-cat-control" data-filter="all"><?php _e('All', 'mage-eventpress'); ?></button><?php foreach ($terms as $_terms) { ?>
|
<button type="button" class="mep-cat-control" data-filter="all"><?php _e('All', 'mage-eventpress'); ?></button><?php foreach ($terms as $_terms) { ?>
|
||||||
<button type="button" class="mep-cat-control" data-filter=".<?php echo 'mage-' . $_terms->term_id; ?>"><?php echo $_terms->name; ?></button><?php } ?>
|
<button type="button" class="mep-cat-control" data-filter=".<?php echo $unq_id.'mage-' . $_terms->term_id; ?>"><?php echo $_terms->name; ?></button><?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue