WP update posts using info from another post and math operations in it
I have WP site of Mafia game. I have custom post “Game”, where I put info about players and their achievements in game. Also I have custom post “Player”, where I show all data from all games and in single-player.php I do my math (summarising data).
So I need this changed data from all games from post “Game” put into post “Player”, to make page Top players (I need to calculate which player is the best).