I've searched around but haven't found an answer, but I'm also not sure what terms to search for, so please point me to similar questions if you know of any.
Scenario: I have posts. I have an admin side and a public side. I want a single post displayed on the public side front page.
On the admin side, on the posts index page, I would like to be able to select a radio button next to the post I want displayed on the front page. My guess is I would need a form, radio buttons for each of the posts, and an update button. But that's as far as I'm able to get on my own.
I've looked into virtual attributes, but I don't think that's what I need, or is it? What's a good way to accomplish what I need?
Thanks in advance everyone.