Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Starcross Baseball Linescore

Deskripsyon

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.

Pag-install

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!

FAQ

What can I do with the plugin?

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

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Starcross Baseball Linescore” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “Starcross Baseball Linescore” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.