WordPress How to: league manager

Posted by: admin1

Tagged in: basketball

League manager offer a set of easy tags to insert scores, team information, list of matches and list of teams, you  just have to know the syntax and write them in the pages.

Tags available,

[teams league_id=x season=Y league_name=name]

Example,    [teams league_id=4 season=2010 league_name=Bantam]

this tag display the list of teams in a season of a league

1-league_id, is he id that is displayed at the list of league at league manager

2-season, the year of the season THAT IS SET UP in the league manager

3-league_name, the EXACT name of the league create from league manager


[matches league_id=x  mode=all|home]

this tag display all the matches in a league

[standings league_id=x mode=extend|compact]

You can display the league standings.

Replace x with the respective league ID to display. mode constrols if number if match statistics is displayed (extend) or not (compact).

[crosstable league_id=x mode=embed|popup]

Substitute x with the respective of the league ID to display, mode can be either embed, to display the crosstable in the page/post, or popup to display it in a thickbox popup window. mode=popup is useful if you have very much teams.

[team id=x]

Use this to display a single team information.