Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Starcross Baseball Linescore

Beschrijving

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.

Installatie

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Starcross Baseball Linescore” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Starcross Baseball Linescore” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.