(Suggestion) Post Module Term Filter Order
-
Hello,
I’m currently using the following custom javascript in order to sort term filter items:
$(function() { $('ul.gutentor-filter-list').each(function() { $(this).children('li').not(':first').sort((a,b) => a.innerText.localeCompare(b.innerText)).appendTo(this); }); });
I’d be able to remove this code in case you guys decide to add this as a feature.
Thanks again!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘(Suggestion) Post Module Term Filter Order’ is closed to new replies.