This topic was treated in the past but the solution provided at that time is no longer current because I tried to use the solution offered by yevhen but there seems to be a conflict inside the listing (Please see the print screen). The listings are random displayed in page, but inside the listing is an issue.
Please try this PHP snippet instead but please note that it can require further customization. If you are not familiar with the code customization then please consider hiring someone for custom work https://fvrr.co/32e7LvY
It seems that the code provided by you displays random listings at each page refresh only when I’m logged in. If I am not logged in, the listings are displayed in the same order every time the page is refreshed.
This issue may occur if your website is cached, maybe there’s a caching plugin? Then the page is server as a static HTML (so PHP code doesn’t run on every page refresh) and its content is the same.
Yes, unfortunately it’s not possible to combine random order with cache since the caching purpose is to avoid running PHP scripts on every page refresh.
Yep… Thank you ihor for the information. I will try to see if the provider of the hosting can make some improvements on the server regarding the site’s loading speed.