document.addEventListener('DOMContentLoaded', function () { const categoryWidgets = document.querySelectorAll('.fep-filter--categories .fep-term'); categoryWidgets.forEach(term => { const childList = term.querySelector('ul'); if (childList) { childList.style.display = 'block'; // Force expand child categories } }); });

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!