Team Rosters facilitates managing the rosters of multiple teams, multiple players in a wide variety of formats, starting from high-school, and up to college and the pro sports.
Even if created especially for US sports, it can easily be adapted to work with other team sports as well.
After adding teams and players in the backend, the roster can be published online via the [mstw-tr-roster] shortcode. Usage instructions and additional parameters are detailed in the plugin's README file.
For any listed player, a bio page can also be accessed by clicking his name in the roster.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Requirements:
· WordPress 3.4.2 or higher
What's New in This Release: [ read full changelog ]
· Re-factored the featured image (thumbnail) activation code to avoid conflicts with another plugin.
· In the process, modified the theme settings so that the player photo width and height settings would always be honored. The default remains 150x150px regardless of how the thumbnail sizes are set in the theme.
· Corrected another conflict with some themes due to my horrible choice of the function name - my_get_posts(). Shame on me ... it's now mstw_tr_get_posts().