• Hi,

    I’ve been doing a lot of searching for this solution but cant seem to find anything that works or that I understand. I am trying to exclude tags from my related products in woocommerce. I only want the products to show as related by category.

    I found a solution that said to type this into the .PHP file of the theme:

    /**
    * Does not filter related products by tag
    */
    add_filter( ‘woocommerce_product_related_posts_relate_by_tag’, ‘__return_false’ );

    But that didnt seem to work. Any other solution?

    Thanks

    https://www.ads-software.com/plugins/woocommerce/

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Exclude related products by tag’ is closed to new replies.