When you click through the paginated results, some of the custom posts (Directory Listings) get repeated over and over rather than being only shown once in the results. It looks like its because of the random order sorting. Is there a way to make that apply to the entire set of posts rather than just the current page?
Hello. Thank you for contacting the Toolset support.
As you set your view to order by the random order, even when you paginate and move from one page to another page, the query will be fired is, for example:
show posts from 11 to 20 order by random order.
And random order will fetch any posts randomly.
With every page of pagination, Views will query the database, and get the results in random order as the view is set to order by random order and that is why you see the duplicated items in each page. There is no workaround available, you will have to remove random order.