At the top of the site, add a "Random" button that will randomly select a blog post for the reader.
Obviously, it would have to be done in JavaScript as there is no server-side calls. I guess all of the published uuids could be outputted into a JavaScript array, and then one could be randomly chosen. That'd work. :)
At the top of the site, add a "Random" button that will randomly select a blog post for the reader.
Obviously, it would have to be done in JavaScript as there is no server-side calls. I guess all of the published uuids could be outputted into a JavaScript array, and then one could be randomly chosen. That'd work. :)