Title: Match Day Problem
Last modified: August 31, 2016

---

# Match Day Problem

 *  Resolved [theonuracar](https://wordpress.org/support/users/theonuracar/)
 * (@theonuracar)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/match-day-problem-1/)
 * After update to 4.0.1. version in my fixture on the website matchdays are not
   shown. In my fixture there are 22 matchdays but on the website i can see only
   first matchday.
 * **Code sample:**
    1. HAFTA [matches league_id=2 match_day=1 show_team_selection
   =false]
 * 2. HAFTA
    [matches league_id=2 match_day=2 show_team_selection=false]
 * 3 HAFTA
    [matches league_id=2 match_day=3 show_team_selection=false]
 * **Website:**
    [http://www.voleybolunadresi.com/kadinlar-1-lig-2016/](http://www.voleybolunadresi.com/kadinlar-1-lig-2016/)
 * [https://wordpress.org/plugins/leaguemanager/](https://wordpress.org/plugins/leaguemanager/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [lugos84](https://wordpress.org/support/users/lugos84/)
 * (@lugos84)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933150)
 * I have the same problem, with last wp and plugin version.
 * Also
    `[matches league_id=1 time=next]` or `[matches league_id=1 time="next"]`
   doesn’t work.
 * Only
    `[matches league_id=1]` works.
 * What kind of bugged version do you release?
 *  [lugos84](https://wordpress.org/support/users/lugos84/)
 * (@lugos84)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933151)
 * fixed:
 * in /wp-content/plugins/leaguemanager/lib/shortcodes.php
 * comment line ~270
 * // elseif ( $template != “by_matchday” )
    // $match_day = 1;
 * I don’t know what is it “by_matchday” template.
 * This extension is very poor documented.
 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933158)
 * [@theonuracar](https://wordpress.org/support/users/theonuracar/): You should 
   simply use the tag `[matches league_id=2 template="by_matchday"]`. This will 
   automatically do what you are doing manually for each matchday
 *  [mjvdspek](https://wordpress.org/support/users/mjvdspek/)
 * (@mjvdspek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933159)
 * I could use “match_day=current” as a work-around…But next week, visitors who 
   look for this week’s matches will find next week’s…
 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933160)
 * this should work better in 4.0.3
 *  [mjvdspek](https://wordpress.org/support/users/mjvdspek/)
 * (@mjvdspek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933163)
 * Hello Kolja,
 * I have already upgraded to version 4.0.3, but the problem remains…
 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933164)
 * [@mjvdspek](https://wordpress.org/support/users/mjvdspek/): what is the exact
   shortcode you use? and what do you want to achieve? The issue with time=”next”
   or time=”prev” should be resolved giving all previous or all upcoming matches.
 * Do you want to show all matches of the previous or next match day?
 *  [xT_Go](https://wordpress.org/support/users/xt_go/)
 * (@xt_go)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933166)
 * Hello
 * I want to know this too, I happen to have the same problem.
    I used this shortcode:[
   matches league_id=2 match_day=14 show_match_day_selection=true show_team_selection
   =false]
 * I’m temporarily using last now to display the correct match day.
    Using last 
   WP with plugin version 4.0.3
 *  [mjvdspek](https://wordpress.org/support/users/mjvdspek/)
 * (@mjvdspek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933168)
 * I’m using:
    [matches league_id=2 match_day=14 show_match_day_selection=false 
   show_team_selection=false]
 * I want to show the matches in several leagues in 1 blog post with a title like:“
   soccer matches for January 23 and 24”
    It is for a news website. People should
   also be able to find the matches in the archive, so the tag “match_day=current”
   is not sufficient.
 * Example: [http://www.westerwoldeactueel.nl/2015/12/13/amateurvoetbal-12-en-13-december/](http://www.westerwoldeactueel.nl/2015/12/13/amateurvoetbal-12-en-13-december/)
   
   in this example you see that the matches shown are not from December 12th and
   13th, but from the 1st match day in September.
 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933171)
 * I just submitted a small bugfix release, which also addresses this issue. I tested
   several shortcodes, which gave expected results as listed below:
 * * [matches time=’prev’] – show passed matches
    * [matches time=’next’] – show
   upcoming matches * [matches match_day=’next’] – show matches of upcoming match
   day * [matches match_day=’last’] – show matches of previous match day * [matches
   match_day=’current’] – show matches of match day closest to current date, i.e.
   this could show the previous or next match day
 *  [mjvdspek](https://wordpress.org/support/users/mjvdspek/)
 * (@mjvdspek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933176)
 * Version 4.04 solved the problem for me!
    Thanks a lot! 🙂
 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933185)
 * Great 🙂
 *  [xT_Go](https://wordpress.org/support/users/xt_go/)
 * (@xt_go)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933190)
 * Updating to 4.0.5 solved the problem for me! Thanks a lot!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Match Day Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/leaguemanager.svg)
 * [LeagueManager](https://wordpress.org/plugins/leaguemanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaguemanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaguemanager/)
 * [Active Topics](https://wordpress.org/support/plugin/leaguemanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaguemanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaguemanager/reviews/)

 * 13 replies
 * 5 participants
 * Last reply from: [xT_Go](https://wordpress.org/support/users/xt_go/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/match-day-problem-1/#post-6933190)
 * Status: resolved