• Hi, just a suggestion to have a match page where admin/editors can add articles and other relevant info about the match. The plugin already have a match statistic page — this can be the match page but with option to add articles on that page.
    a) Articles can be written on a normal wordpress post
    b) In admin page, we can link the selected match to this post.
    c) In the match page, the template checks if there are linked articles to display together with the existing statistics of user’s prediction.
    d) Comment can be enabled using the standard wordpress comments.

    OR, a post template where user can select which match the article is linked to ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AntoineH

    (@antoineh)

    Thanks for the suggestion. I’ll put it on my feature list. No guarantees it will make it to the plugin, though. Still a lot of other things I want to finish first ??

    Thread Starter af3

    (@af3)

    I’m using a very crude way.. I used the plugin “add stats link to matches” to add this link.. $output .= '<span class="match_info"><a href="'.home_url( '/' ).strtolower($match_info['home_team']).'-vs-'.strtolower($match_info['away_team']).'">X</a></span>';
    and create a post with each of the match with the slug above, add fp shortcodes to show the match info manually in that posts, and some other articles.. ?? Its manual but it works for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggestion — add match commentary page’ is closed to new replies.