I should clarify maybe what I'm needing to achieve, and hopefully someone can tell me if it's possible.
I want users to be able to visit a blog page of mine, click a button and have another random blog page open. I want users to be able to click "RANDOM" as many times as they would like and always see a random blog post.
The problem that I'm hitting is that the button ID changes every time a new blog post is added. Would I need to update the button ID for each individual blog post?
Thank you