Mat Gargano's Baseball Standings

Version: 1.2.2

Author:Mat Gargano (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.9
Plugin version:2.0.0
Added to WordPress repository:28-05-2012
Last updated:16-04-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.matgargano.com
Total downloads:700
Active installs:10+
plugin download
Click to start download

Simple Usage

Simple use, just drag and drop, set your title, division and you're good to go. Data is reupdated every 60 minutes.

Advanced Usage

This plugin exposes a bunch of different filters that allow you to customize your output, which include:

mgbs_shorten_name

Pass an array of key=>value pairs, just like MLB_Standings_Helper::get_short_name() has, (see /lib/class-mlb-standings.php) for more info

mgbs_template

Allows a custom template file to be used, example of how to work this:

Add a template directory and file named "custom-standings" to your template directory (in this example we're assuming it in {template_directory}/view/custom-mgbs.php).

See /views/widget.php for how to structure this template file.

Then add the following to your functions.php (or any arbitrary file that gets included when your wordpress application runs)

<?php
    function customize_mgbs_template_filter( $template ){
        $template_dir = get_template_directory();
        return $template_dir . '/views/custom-mgbs.php';    
    }
    add_filter( 'mgbs_template', 'customize_mgbs_template_filter' );
?>

mgbs_standings_data

This passes (and allows you to customize) the data that gets output to the frontend. An example usage of this is if you want to only output only NL.