>
Download This Plugin | |
Download Elegant Themes | |
Name | Create Your League |
Version | 1.1 |
Author | createyourleague, http://www.risultatieclassifiche.net/ |
Rating | 0 |
Last updated | 2012-05-11 09:13:00 |
Downloads |
5442
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Create Your League plugin added 14 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
Create Your League plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Create Your League plugin ads no tables to your Wordpress blog database.Create Your League is a completely FREE service that allows you to publish the ranking table of your league directly to your WordPress web site. Sign Up to http://www.createyourleague.com (oppure in italiano qui http://www.risultatieclassifiche.net/ ) and manage any league: soccer, football, basket, volley ball and other sports that have a ranking chart.
After you have signed up, you can create your championship, add teams, fixtures and get the ranking table. The ranking chart and the fixtures can be published on your website pasting a simple code.
The following shortcodes are available:
[createyourleague id=xxx]
: shows ranking table, id is the code id (you can get on it on or website control panel)[createyourleague_days id=xxx]
: shows fixtures calendar.[createyourleague_topscorers id=xxx]
: show top scorers chart.
The default language is english. You can get italian language using lang
variable like this:
[createyourleague id=xxx lang="it"]
You can get the codes easily on our website control panel.
[createyourleague_days id=xxx]
accepts also the following parameters:
* two_columns: if set to 1 will render fixtures in two columns. (example [createyourleague_days id=xxx two_columns=1]
)
* order: "a" for ascending order or "d" for descending order. (example [createyourleague_days id=xxx order="a"]
)
* limit: limits the number of days to show. (example [createyourleague_days id=xxx limit=5]
)
* day: shows only the day selected (example [createyourleague_days id=xxx day=3]
)