How to Make Feed for Specific Product Types (Simple, Variable, Grouped, and More)?
CTX Feed Pro lets you precisely control which product types appear in your WooCommerce product feed. Using the Advanced Filter, you can include or exclude specific product types — such as Simple, Variable, or Grouped products — with just a few settings.
This guide walks you through three practical use cases:
- Removing Variable products from your feed
- Removing Grouped products from your feed
- Creating a feed that contains only Simple products
Part 1 — Accessing the Advanced Filter
The Advanced Filter is located inside the feed editing screen. Follow these steps to find it:
- CTX FeedLog in to your WordPress dashboard and go toÂ
- Open an existing feed or create a new one.
- Feed ConfigInside the feed editor, scroll down to theÂ
- Advanced FilterDirectly next to the Feed Config section, you will find theÂ
- Click on the Advanced Filter section to expand it and start adding your filtering conditions.
💡 The Advanced Filter panel sits right alongside Feed Config — look for it on the same level, just to the right or below it.

Part 2 — Understanding Filter Logic
Before adding filter conditions, it is important to understand how CTX Feed evaluates multiple conditions. There are two modes:
Mode | How it works | When to use it |
Individual | Each condition is evaluated separately. A product is included if it matches ANY one of the conditions. | Use this when you want to filter by multiple separate criteria — for example, remove both Variable and Grouped types. |
Together | All conditions must be true at the same time. A product is only included if it matches ALL conditions. | Use this when you need a product to meet multiple requirements simultaneously — for example, a specific category AND a specific type. |


Part 3 — Filter Examples by Use Case
Use Case A: Remove Variable Products from the Feed
Variable products are parent products with multiple variants (e.g., a T-shirt with different sizes and colors). If you want your feed to exclude these parent products and show only their individual variations, use the following filter:
How to set this up:
- In the Advanced Filter section, click Add New Condition.
- Set Attribute to “Product Type”.
- Set Condition to “not equal”.
- Type “variable” in the Value field.
- Set the filter mode to Individual.
- Click Update to save, then regenerate the feed.

✅ Result: All parent variable products are removed. Variation products (the individual size/color options) remain in the feed.
Use Case B: Remove Grouped Products from the Feed
Grouped products are collections of related simple products sold together. If your feed channel does not support grouped products or you want to exclude them, use this filter:
How to set this up:
- In the Advanced Filter section, click Add New Condition.
- Set Attribute to “Product Type”.
- Set Condition to “not equal”.
- Type “grouped” in the Value field.
- Set the filter mode to Individual.
- Click Update to save, then regenerate the feed.

✅ Result: All grouped products are removed from the feed. Simple products that are part of a group will still appear individually.
Use Case C: Create a Feed with Only Simple Products
Simple products are standalone products with no variations. If you want a feed that contains nothing but simple products — useful for channels that only support standard single-item listings — use this filter:
How to set this up:
- In the Advanced Filter section, click Add New Condition.
- Set Attribute to “Product Type”.
- Set Condition to “equal”.
- Type “simple” in the Value field.
- Set the filter mode to Individual.
- Click Update to save, then regenerate the feed.

✅ Result: Only simple products appear in the feed. Variables, grouped products, and all other types are excluded automatically.
Watch the video to learn more about CTX Feed’s advanced filter functionality:
You must be logged in to post a comment.
How does this filter only top selling products?!?
Hi,
You can create a feed based on number of sales. Here you can see how to set the filter.
Thank you!