=== Starcross Baseball Linescore ===
Contributors: zeldink
Tags: plugin, baseball, linescore
Donate link: http://www.starcrossonline.com/plugins/
Requires at least: 2.3
Tested up to: 2.5.1
Stable tag: 1.0

Adds the ability to add a baseball game's linescore to posts.

== Description ==

The Baseball Linescore plugin allows you to add a baseball game's linescore to your posts, with entries for the teams, the runs each innings, the pitchers who were tagged with decisions, and a link to a full boxscore.

== Installation ==

This plugin requires some editing of your Wordpress theme after installation.

1. Upload the "starcross-baseball-linescore" directory into the "/wp-content/plugins/" directory.
2. Edit the archive.php, index.php, and single.php files for your chosen theme by adding the following lines before the call to the PHP function `the_content()`. `<?php $linescore	= get_post_meta(get_the_ID(), 'Linescore');if (!empty($linescore[0])) {echo $linescore[0];} ?>`
3. Activate the plugin through the "Plugins" menu in WordPress.
4. Now you're free to add baseball linescores to any new entry that you create!

== Frequently Asked Questions ==

= What can I do with the plugin? =

You can create linescores for any posts you write about baseball games.

== Screenshots ==

For more information, visit the widget's web page at http://www.starcrossonline.com/plugins/baseball-linescore/.
