my taxonomy-$taxonomy.php page post not show?
问题 I created a custom post taxonomy.Now i want to show all specific post by specific taxonomy. so I created a taxonomy-product_cat.php page. here is product page get term and link code-- <div class="side_box side_box_1 red5"> <h5><a href="#" class="tgl_btn">Filter Products</a></h5> <h6>Brand</h6> <?php $topics = get_terms('product_cat'); echo '<ul class="advanced-filters tgl_c">'; foreach ($topics as $topic) { echo '<li class="advanced-filter" data-group="Brand"><a href="'.get_term_link($topic).