countdown on team page shows last event in seasone
-
Hello.
On front page countdown widget is working fine (shows first event)
but on single team page it shows countdown to last event in seasone.I’m calling countdown like this:
$team = new SP_Team( get_the_ID() );
$next_event = $team->next_event();
sp_get_template( 'countdown.php', array( 'id' => $next_event->ID ) );
What could be causing this ?
Best regards
Mirek
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘countdown on team page shows last event in seasone’ is closed to new replies.