Hello,
Is there a way to make the products component (from 8 theme) show products randomly?
For instance, I want to have 30 featured products and want to show 4 randomly in the home page. As it is at the moment it shows always the same 4.
If I use the woo commerce shortcode [featured_products per_page="4" columns="4" orderby="rand" order="rand"] it works fine but I lose the title (easy to do with header) and most important I lose the responsiveness (it shows 4 products, vertically one by one, on my smartphone, while it shows 2 in slider format when I use your component).
Is it possible to add the orderby=”rand” order=”rand” to your code, somehow?
Tanks in advance
José