विवरण
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.
- Upload the “starcross-baseball-linescore” directory into the “/wp-content/plugins/” directory.
- 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];} ?> - Activate the plugin through the “Plugins” menu in WordPress.
- 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” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।