This topic is: not resolved
-
Hi guys,
I’m trying to order my products by random.
But it’s not giving me the expected result, I’m getting products ordered by recently added instead.
I’ve read online for solutions and i came by this
Another solution may be to add this code before running the new WP_Query($args) function.
remove_all_filters(‘posts_orderby’);
Although I am not sure if this has anything to do with it.
Another issue is equal height columns, some of my products have longer names which is making products appear bigger than others, is there any way I can make them equal height?