如何让我的 WordPress 博客同时过滤并选择猫和标签,现在这只允许我单独选择它们,但它确实有效,我需要能够同时单独过滤它们有不同的标签和不同的猫
// FILTER CATEGORIES
$('#support > div').not(':first').hide();
$('#filter .menu li:first-child').addClass('active');
$('#filter .menu a').on('click', function() {
$('#filter .menu li').removeClass('active');
$(this).parent().addClass('active');
var acts_link = $(this).attr('href');
$('#support > div').hide();
$(acts_link).show();
return false;
});
// END FILTER CATEGORIES
联系 xperlet Web 开发公司他们会帮助你。