Hello!
I have a query loop in a page, which load some stuff with ‘random’ order (Order by ‘random’ in query loop dialog).
Now that we have interactions (also for query ‘read more’), I’m looking to a way to reload this random content (refresh the query) by a click on a button.
It’s possible with some trick?
Are you ok with page reloading when the button is clicked?
well no, i’d like to avoid the reload. I need an asynchronous solution.
Not possible natively. You’d have to use AJAX but then the posts output will be set in your custom function vs using the builder’s output as far as I know.