Linux 软件免费装

Starcross Baseball Linescore

开发者 zeldink
更新时间 2008年5月21日 08:44
捐献地址: 去捐款
PHP版本: 2.3 及以上
WordPress版本: 2.5.1

标签

plugin baseball linescore

下载

1.0

详情介绍:

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.

安装:

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!

常见问题:

What can I do with the plugin?

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