• Resolved newadventureweb

    (@newadventureweb)


    Hello,

    I have a question about the SportsPress plugin, we are using it for a baseball league.

    This page contains a league schedule that is generated by a shortcode. It works perfect and displays exactly how we want it: https://sisbl.org/14u-american-division-schedule-results/

    For a team page under this league, we’d like that team’s schedule to be generated exactly like the league page above. Here is an example team page: https://sisbl.org/team/southern-storm-4/. This team page uses the event list “loop” to automatically display the schedule for a specific team. This works great except for two issues:

    1. The list table by default displays the dates in reverse order (June-April instead of April-June). How we can we fix this so that it displays April-June in ascending order?

    2. How can we get the field/venue to display in the event list loop?

    Thank you for your assistance!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, you’ill need to edit this file : /templates/team-events.php (lines 24-27). Try this:

    		'title_format' => 'homeaway',
    		'time_format' => 'separate',
    		'columns' => array( 'event', 'results', 'league', 'venue' ),
    		'order' => 'ASC',

    Regards,

    Thread Starter newadventureweb

    (@newadventureweb)

    That worked perfect, thank you!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

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

The topic ‘Team page event list’ is closed to new replies.