SECTION A SECTION B Bailieborough CS Coláiste Cholmcille Ballyshannon
St Ciaran’s Ballygawley St Columba’s Stranorlar
St Patrick’s Keady St Columba’s Glenties
Virginia College
SECTION C SECTION D Carndonagh CS St Louis’ Kilkeel
Holy Cross Strabane St Malachy’s Belfast
Loreto Coleraine St Malachy’s Castlewellan
St Columb’s Derry St Mark’s Warrenpoint
';
endif;
if (have_rows('match_results')):
// loop through the rows of data
while (have_rows('match_results')) : the_row();
// vars
$home_team = get_sub_field('home_team');
$home_score = get_sub_field('home_score');
$away_score = get_sub_field('away_score');
$away_team = get_sub_field('away_team');
// display a sub field value
?>
Strabane, Holy Cross College
Warrenpoint, St. Mark's High
Markey Cup Final
January 25, 2024
Castlewellan, St. Malachy's
11:00
Strabane, Holy Cross College
endwhile;
else :
// no rows found
echo '';
echo '
Sorry no fixtures
';
endif;
if (have_rows('match_results')):
// loop through the rows of data
while (have_rows('match_results')) : the_row();
// vars
$home_team = get_sub_field('home_team');
$home_score = get_sub_field('home_score');
$away_score = get_sub_field('away_score');
$away_team = get_sub_field('away_team');
// display a sub field value
?>