Total number of Games/Sets that are Won/Loss
-
I’m trying to add Sets Won and Sets Lost to my standings table.
I see ‘home_points’ and ‘away_points’ in the matches database – and this has the set (or game, since I’m doing tennis) count. But how do I gather the total number of sets/games and post to my custom standings template?
This code populates the sets won but not in the format I want and has extra info that I also don’t want:
<?php do_action( ‘leaguemanager_standings_columns_’.$league->sport, $team, $league->point_rule ) ?>Again, I just want a way to pull the sets won and perhaps sets lost and place in a table.
Anyone know how? Thanks
- The topic ‘Total number of Games/Sets that are Won/Loss’ is closed to new replies.