
Competition management and scoring configuration.
Player Leaderboard provides a complete, free workflow for managing sports rankings in WordPress. Administrators create competitions, add players or teams, enter results and publish the calculated tables on any page or post.
The plugin supports singles, doubles and team competitions. Standings use configurable points for victories, defeats and draws. Individual and doubles rankings can take opponent strength, bonuses and rating history into account.
There is one free edition of Player Leaderboard. No premium edition or paid feature gate is required.
The competition ID is required:
[player_leaderboard id="1"]
Available attributes:
id – Numeric competition ID. Required.mode – Output type: standing (default), ranking or matrix.showheader – Set to true to show the competition title and view heading. Default: false.details – Set to true to make standing or matrix values open result-detail dialogs. Default: false.view – Ranking calculation shown for doubles: points (default), quotient, rating, ratings or average.type – Matrix value: games (default), sets, points or rating.matrix_font_size – Matrix font size in pixels from 8 to 32. If omitted, the responsive default size is used.fontweight – Legacy responsive matrix font-size factor from 1 to 500. Default: 100.width – Minimum matrix width with a supported CSS unit, for example 100%, 720px or 50rem. If less space is available, the matrix becomes horizontally scrollable. Default: 100%.Examples:
[player_leaderboard id="1" mode="standing" showheader="true" details="true"]
[player_leaderboard id="1" mode="ranking" view="average"]
[player_leaderboard id="1" mode="matrix" type="sets" details="true" matrix_font_size="12" width="100%"]
Use the CSV export generated by Player Leaderboard as the template for imports. A complete competition export can contain competition, player and result rows. During import you can choose whether existing rating values are reset and whether result rows are imported.
For security, CSV uploads are limited to .csv files up to 5 MB and are available only to administrators.