-2
I would like to know how to resolve the following situation: I have a page that has a loop in which it shows all posts of a specific posttype, and in each post I put a button (no functionality for now).
I would like to somehow make that when the user clicked on this button, the post would be saved in some way and appear on another page called "my posts", and of course, if the person clicked on the button again this post would disappear from the page "my posts".
I’ve researched plugins for this, but it didn’t happen and now I’m trying to make some code even at hand, but I don’t have as much knowledge for it. If anyone can help, I’d be grateful.
Welcome to Stackoverflow EN! Show us some code you’ve already done. So we can help
– Guerra
You are using a database to save and control these posts?
– duMessias
am yes mysql workbanch
– Carlos Soriano Amarante