Adds the ability to add a baseball game's linescore to posts.
This plugin requires some editing of your WordPress theme after installation.
the_content(). <?php $linescore = get_post_meta(get_the_ID(), 'Linescore');if (!empty($linescore[0])) {echo $linescore[0];} ?>
Requires: 2.3 or higher
Compatible up to: 2.5.1
Last Updated: 2008-5-21
Downloads: 842




