I would like to know how to resolve the following situation: I have a page that has a loop in which it shows all the posts of a specific posttype, and in each post I put a button (no functionality for now).
I would like some way to make when the user clicked on this button, the post was saved somehow and appeared on another page called "my posts", and of course, if the person clicked the button again this post would disappear of the "my posts" page.
I have already researched plugins for this but it has not rolled and now I am trying to do some code right at hand, but I do not have that much knowledge for that. If anyone can help, I'll be grateful.