Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrispian/df046f5718e8f413f8fafe08bf863f57 to your computer and use it in GitHub Desktop.
Save chrispian/df046f5718e8f413f8fafe08bf863f57 to your computer and use it in GitHub Desktop.
Only shows related products from the primary category set by Yoast
@Caffe1neAdd1ct
Copy link

Latest version of woocommerce this needed a slight adjustment:

'excluded_ids'   => array( $product_id ),

should now be

'exclude'   => array( $product_id ),

Other than that still works fine, thanks for the gist!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment