• Hi

    I’m struggling to configure my main page.
    I want to display in one “matches-area”
    — the previous played match
    — the next match
    — and the one after that

    What i’m using at the moment is 2 block
    — [… limit=1 time=prev order=”date DESC”]
    — [… limit=2 time=next order=”date ASC”]

    anyone got any idea about this?

    Thanks

    http://wordpress.org/plugins/leaguemanager/

Viewing 1 replies (of 1 total)
  • [matches league_id=21] = the next matches

    [matches league_id=21 limit=10 time=prev order=”date DESC”] = previous played match

    the next – next match i put this code:
    [matches league_id=21 limit=10 time=next order=”date ASC”]
    but it’s not working.

Viewing 1 replies (of 1 total)
  • The topic ‘matches display prev now and next match’ is closed to new replies.