Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    OK, I think I see what’s happening here. You have multiple different listings that are all using the same template. The solution is to rename your a-z-listing.php template in your theme, the one you want to use for your terms listing, to a-z-listing-product_tag.php.

    The available template names you can use are:

    • For display=terms:
    • a-z-listing-[taxonomy_name].php – multiple taxonomies will be separated by underscores and listed in the order specified in the shortcode, e.g.: a-z-listing-taxonomy1_taxonomy2.php
    • a-z-listing.php
    • For display=posts:
    • a-z-listing-[section].php where [section] is the top-most page in the hierarchy. This is only used when post-type=page.
    • a-z-listing-[slug].php where [slug] is the slug of the post containing the shortcode.
    • a-z-listing.php
    • This reply was modified 6 years, 7 months ago by Dani Llewellyn. Reason: fix lists nesting
Viewing 1 replies (of 1 total)

The topic ‘Hide Single Product Count’ is closed to new replies.