Any Plugin or suggested Design for user to perform an Custom action on Wordpress content -


i need make wordpress website having lots of recipes.user allowed read , click on "cooked" button associated particular article. store user have cooked recipe , show when showing recipe.

is there plugin available can store user activities on content(like have comments plugin) or else should best way this?

take @ wp favorite posts plugin allows visitors add favorite posts.

and set label "cooked" instead of "add favorites" , easiest way if custom coding it's matter of saving recipe post id in user meta using update_user_meta


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -