My present attempt would be to use an id for each div with class=“post”.
The first step is done: I have now many divs, each with its own id. All are invisible, except one, the one with “active” class.
Now I have to learn how to apply (with js, I presume) the class “active” to a given id (selected with a select - option html tag, possibly).
Someone could help me?