Title: Only future prediction
Last modified: June 14, 2026

---

# Only future prediction

 *  Resolved [strophe18](https://wordpress.org/support/users/strophe18/)
 * (@strophe18)
 * [19 hours ago](https://wordpress.org/support/topic/only-future-prediction/)
 * Hi,
 * I have a small issue that I can’t seem to solve, even though I think it should
   be simple. I would like only upcoming matches to appear on the predictions page.
   I’ve tried several shortcodes, but I can’t get it to work.
 * Thanks a lot.

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

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [17 hours, 31 minutes ago](https://wordpress.org/support/topic/only-future-prediction/#post-18937651)
 * If you’re using the new layout (no tables) then the easiest solution is to include
   some CSS to hide closed matches. The only problem with this, is that the match
   type headers (e.g. “group stage”) won’t be hidden.
 *     ```wp-block-code
       /* only show future predictions */.fp-prediction-form .match.closed {  display: none !important;}
       ```
   
 * Second option, is to filter out all closed matches via an extension plugin. I
   created one a long time ago, not sure if it still works. You can download it 
   [here](https://wordpress.org/support/topic/extension-plugins-for-the-football-pool-plugin/#post-8998122).
 *  Thread Starter [strophe18](https://wordpress.org/support/users/strophe18/)
 * (@strophe18)
 * [17 hours, 20 minutes ago](https://wordpress.org/support/topic/only-future-prediction/#post-18937653)
 * Thank you very much, it works perfectly. And thanks again for this amazing plugin.

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fonly-future-prediction%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [strophe18](https://wordpress.org/support/users/strophe18/)
 * Last activity: [17 hours, 20 minutes ago](https://wordpress.org/support/topic/only-future-prediction/#post-18937653)
 * Status: resolved