There is a [fp-predictions]
shortcode that displays all the predictions for a certain match. You can either call it with a parameter for the match, e.g. [fp-predictions match=1]
.
Or you can link to a page and supply the match id in the URL (to make the page show the match dynamically based on the info you give in the URL). E.g. a page that you link to via https://myblog.com/pages/live-match?match=1 and that page then holds the shortcode [fp-predictions use_querystring="yes"]
. That page can be re-used from another part of the plugin.
Is that what you are looking for?
The [fp-next-matches]
uses the same code as the matches page (only with a sub set of matches). That component can also show the link to the match results. In fact, it already does for matches that have an end result (you can click on the score), but for matches that are not yet finished, you can’t click on the link because it is not visible. You can alter the template via a hook to always include the link. Should be relatively simple. I can give it a try tonight if you do not have any PHP experience.