我怎样才能让我的WordPress博客同时过滤和选择猫和标签,现在这只允许我单独选择它们

问题描述 投票:0回答:1

如何让我的 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
wordpress tags categories blogs
1个回答
0
投票

联系 xperlet Web 开发公司他们会帮助你。

© www.soinside.com 2019 - 2024. All rights reserved.