• I want to do this with WooCommerce product categories, but I guess it should be the same for post categories. I want all categories to display their products, but then i want one category “For free” to display products from all other categories where price is zero.

    How can I change it? Should i create some filter? I’m working on child theme to Storefront.

    Cheers, Trawa ??

Viewing 1 replies (of 1 total)
  • @traweczka

    If you don’t have every product with price 0 marked in a category “For Free”, then you’d need to write a custom function to filter posts for this. You’ll be using a normal WP Query, just wanting to look for post type of products and get the price value. Look up some tutorials on using the query.

Viewing 1 replies (of 1 total)
  • The topic ‘Make one category display items from all others’ is closed to new replies.