Category filter not working
-
Hi Juan
Thank you for a very interesting plugin.
I am just testing it and am using a custom template, custom post type and taxonomy.
Everything is displaying correctly including my taxonomy terms – but when I try filtering by a term no results are shown > clicking all returns all results.
This is my custom loop
<li class="isotope-item <?php echo esc_attr( $term_class ); ?> all"> <?php the_title(); ?> <img src="<?php the_field('beer_icon'); ?>" /> <?php the_field('beer_desc); ?> </li>
Am I missing something to allow taxonomy term filtering?
I can filter in your short code and that works correctly.
Any help appreciated
Kind regards
Brad
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Category filter not working’ is closed to new replies.