Description
SportsTeam Widget is a widget that shows the next match of a game.
It uses a Custom Post Type for sportsteams, together with a Taxonomy/Term
for the class/level where the team plays.
Compatibility
This plugin is compatible with ClassicPress.
Contributions
This plugin is also available in Codeberg.
Screenshots
Installation
- Upload the plugin folder to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Fill the Teams posts, together with the featured image.
- Optionally use Taxonomies/Terms.
- Add the widget to the sidebar where you want it and select the teams and dates.
- Optionally set the colors with CSS colors.
- Enjoy.
Reviews
Contributors & Developers
“Sportsteam Widget” is open source software. The following people have contributed to this plugin.
Contributors“Sportsteam Widget” has been translated into 5 locales. Thank you to the translators for their contributions.
Translate “Sportsteam Widget” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.3.1
- 2023-02-28
- Escape more output.
2.3.0
- 2021-09-08
- Add class to post title in widget.
- Use ‘esc_html’ functions.
- Some updates from phpcs and wpcs.
2.2.3
- 2018-06-05
- Result 0 is a result too.
2.2.2
- 2016-10-04
- Fix PHP notices.
2.2.1
- 2016-05-17
- Add filter for thumbnail size.
- Add widget.php file with Widget class.
- Update Donate text.
2.2.0
- 2016-02-03
- Add results to widget (optional).
- If title is empty, don’t show it.
- Use $before_widget properly.
2.1.9
- 2016-01-10
- Make archive pages work.
2.1.8
- 2015-12-11
- Drop pot and nl_NL, they are maintained at GlotPress.
2.1.7
- 2015-10-04
- Use plugins_url() for enqueue.
2.1.6
- 2015-09-28
- Only support WordPress 3.7+, since they really are supported.
- Change title of widget.
- Use medium thumbnail.
- Set width of post thumbnail to 100%.
2.1.5
- 2015-09-05
- Change textdomain to slug.
- Add option to show as links or not.
- Update pot, nl_NL.
2.1.4
- 2015-08-24
- Change Out to Away.
2.1.3
- 2015-08-05
- Use headings correctly on admin page.
2.1.2
- 2015-07-05
- Use the correct __construct for WP_Widget.
2.1.1
- 2015-06-03
- Add About page.
- Update pot and nl_NL.
2.1
- 2015-03-07
- Separator is now in grayscale.
- Improve HTML/CSS.
2.0
- 2015-03-06
- First public version.
1.0
- First version.