Açıklama
This plugin makes it easy to administer and display matches (sports or otherwise) with a neat widget.
Ekran Görüntüleri
Yükleme
- Upload the
matches
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Drag the ‘Matches’ widget to where you want it using the widget menu in WordPress. For templates without widget support you can place
<?php if(function_exists('matches_display_widget')) { matches_display_widget(); } ?>
in your template files. - Modify
widget.css
in the plugin directory to style the widget to your liking
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“Matches” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“Matches” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.
Değişiklik Kaydı
0.5
- You can now choose to display timestamps in the visitor’s own timezone.
- It now registers as a “real” widget meaning you won’t need to add any PHP code to the template. The old code still works for backwards-compatibility and for templates without widget support.
- Match links open in a new tab/window (target=”_blank”).
- Added a per-match override setting for home/away match.
- Modified the area the match link covers slightly to make it less ambiguous.
0.4
- Date and time format can now be changed in the settings.
0.3
- First public release.
- Code clean-up.
- Database-related match link fix.
- Stylesheet overhaul.
0.2
- Code clean-up.
- Added match link.
0.1
- Initial in-house release.