Plugin Directory

WP Euro 2008

  1. Unzip
  2. Upload complete folder to wp-content/plugins
  3. Activate plugin

If you want to display the next match, put the following code in your sidebar:

<?php if (class_exists('EM08')){EM08::nextMatch();}?>

If you want to display live results, put the following code in your sidebar:

<?php if (class_exists('EM08')){EM08::currentMatch(1);}?>

You may want to change the given ID for currentMatch depending on what round you want to display.

  • First Round = 1
  • Quarter-finals = 2
  • Semi-finals = 3
  • Finals = 4

If the Live-Result is displayed in red, the game is still running. If the the Live-Result is displayed in black, the game is over. Live-Results will be displayed 180 minutes from kick-off.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5 ratings)