Hi @rics,
That’s a great question. We don’t have a standard way of doing this now and this is the first request we have had for this.
But I can tell you how you could do this if you were open to customising/forking the plugin. In the file: plugins/ideapush/inc/shortcode/idea-list-items.php
just before line 263, you can put in:
$args[‘meta_key’] = ”;
$args[‘orderby’] = ‘rand’;
That should display the ideas in a random order. You would need to update or hide the ordering labels on the frontend though with CSS or javascript. If I get more requests, I will consider adding this as a standard feature. It should be noted that pro users also get priority in terms of feature requests. Thanks @rics,