This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Starcross Baseball Linescore

توضیحات

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.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Starcross Baseball Linescore” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Starcross Baseball Linescore” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.