Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sabuj Kundu

    (@manchumahara)

    checking the issue.

    Im also unable to filter tags in default posts

    Thread Starter kareemzok

    (@kareemzok)

    i found a way to fix this issue by adding in my function.php theme this code

    if ($_GET['post_tag']) {
    
            $term = get_term($_GET['post_tag'], 'post_tag');
             $query->query_vars['tag']=$term->slug;
    
        }
    }
    add_filter('parse_query', 'techwebies_add_taxonomy_filters');

    That code doesn’t work for me 🙁 I still can’t get the tag filter to work…

    Thread Starter kareemzok

    (@kareemzok)

    try to customize it depend on your theme . maybe it will work somehow if they didn’t solve it

    This plugin doesn’t work well at all. I have switched to Easy Filter.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Filter on post not working for tags’ is closed to new replies.