Please support our Reporters

The Opening Kickoff Of The 2026 Season In

Days
Hours
Minutes

Test for schedules

get_row(”
SELECT *
FROM wp_football_teams
WHERE id = $team_id
“);

$schedule = $wpdb->get_results(”
SELECT *
FROM wp_football_schedule
WHERE team_id = $team_id
ORDER BY game_date ASC
“);

?>

team_name); ?> Schedule

Head Coach: coach); ?>
District: district); ?>
Class: class); ?>
League: league); ?>

Date Opponent Kickoff Result Notes
game_date); ?> opponent); ?> kickoff); ?> result); ?> notes); ?>