org filter issue fixed

This commit is contained in:
magepeopleteam 2020-11-08 05:14:54 +00:00
parent e0b730d3c5
commit ed9f53a5c5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if (!function_exists('mep_display_event_org_name_in_list')) {
?>
<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=".<?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>
<?php