• Resolved radbradke

    (@radbradke)


    Hi. I run a website with SportsPress for a little-league team in Japan, and I’ve got an event list showing results for the six most recent games in the bottom-right corner of my top page.

    I’ve configured the list to show the date, home/away teams, and score, but I was wondering if there was a way to make it easier to see if one of our teams won the game; in Japan, for example, they use a white circle (◯) for wins and a black one (⚫️) for losses. Would it be possible to add a column for that kind of thing and display it in my event list? If not white/black circles, at least a column for “W” and “L”?

    Thanks! I’m loving the functionality so far–it would just be nice if users could see W/L info more easily.

    The page I need help with: [log in to see the link]

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

    (@savvasha)

    Hi there @radbradke ,

    To achieve what you want will need some custom code which is beyond the scope of these WP Support forums. In general you need:

    1. Copy the event-list.php template file from wp-content/plugins/sportspress/templates/ to wp-content/themes/your-child-theme/sportspress/ folder.
    2. Make the edits on this template file so as on each event-row, an empty/full circle will appear next to each team based on the outcome of the event.

    If you are not familiar with php coding, you can hire a freelancer to assist you. A great place for this is here: https://jobs.wordpress.net/

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)

The topic ‘Way to make it easy to see W / L info in event list?’ is closed to new replies.