Hi @spets24 ,
Oh that’s an interesting question! To include product attributes in your main menu, you need to first make them available by turning them into terms in a custom taxonomy. This makes it available through an attribute search filter (URL).
I made a video here to show you how it’s done: https://www.loom.com/share/c238b0f0d607477498d87ba43c2f0645?sid=241211d6-e55c-4513-9401-7687821bac63
Here are the steps if your prefer to read through:
- Go to Products > Attributes in your WordPress dashboard.
- Create the attribute you want (e.g., Attribute = “Size” and Terms = “Jumbo”) and add its values.
- Add this attribute/term to your products.
- This lets you use search filter with a link like this:
yourdomain.com/shop/?filter_size=jumbo and will show all the products that had the “jumbo” size attribute.
- Go to Appearance > Menus in your dashboard.
- Add a custom link use the one above as a sample, replacing “size” with your attribute and “jumbo” with your term, and of course “yourdomain.com” with your domain.
- Don’t forget to save your menu changes.
Let me know if this helps!