• Resolved raviraj89

    (@raviraj89)


    I would like to display the outcome of matches in format i.e.’won by 3 wickets’ in Events list sections. Tried to add new option under Results from Configure page, but couldn’t get it working. Could you please suggest or guide me a solution please?

    Also is there a way show multiple matches in Countdown widget, since we will have multiple matches on the same day.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @raviraj89 ,

    For your first question, you need first to copy the /wp-content/plugins/sportspress/templates/event-list.php file to wp-content/themes/your-child-theme/sportspress/ folder.

    Then you will alter this file so when it is going to show the outcome or the score of your event, to append or/and prepend the text you want.

    For your second question, even though it should have its own topic, so as to be easier for other users with similar questions to find a solution.
    You need also to copy the /wp-content/plugins/sportspress/templates/countdown.php file to wp-content/themes/your-child-theme/sportspress/ folder.

    Then you should alter this file in a way that will not show just on event, but will loop through a number of events you want.

    Unfortunately it is not as simple as changing just a number somewhere, so if you are not familiar with php coding, you will need an assistance from a developer.

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)
  • The topic ‘Display outcome in events list’ is closed to new replies.