Live Football

<?php get_header(); ?>
<?php dynamic_sidebar( ‘home_widget_top’ ); ?>
<?php
if(in_array(‘AlbaSport/albasport.php’, apply_filters(‘active_plugins’, get_option(‘active_plugins’)))){
echo do_shortcode(‘

KULAMADA MAANTA

There are no matches yet

Chelsea
0
Mogadishu Time
05:00 PM
0
Leicester
Watch The Match
Tottenham
0
Mogadishu Time
05:00 PM
0
Bournemouth
Watch The Match
Napoli
0
Mogadishu Time
05:00 PM
0
Fiorentina
Watch The Match
Real Madrid
Mogadishu Time
06:15 PM
Rayo Vallecano
Comming soon
Manchester United
Mogadishu Time
07:30 PM
Arsenal
Empoli
Mogadishu Time
08:00 PM
AS Roma
Juventus
Mogadishu Time
10:45 PM
Atalanta
Nottingham Forest
1
Mogadishu Time
03:30 PM
DHAMAAD
0
Manchester City
Bayern Munich
0
Mogadishu Time
05:30 PM
DHAMAAD
0
VfL Bochum
Brighton Albion
0
Mogadishu Time
06:00 PM
DHAMAAD
0
Fulham
Liverpool
0
Mogadishu Time
06:00 PM
DHAMAAD
0
Southampton
???
Mogadishu Time
07:00 PM
DHAMAAD
0
PSG
Lecce
0
Mogadishu Time
08:00 PM
DHAMAAD
0
AC Milan
Brentford
0
Mogadishu Time
08:30 PM
DHAMAAD
0
Aston Villa
Inter Milan
0
Mogadishu Time
10:45 PM
DHAMAAD
0
Monza
FC Barcelona
0
Mogadishu Time
11:00 PM
DHAMAAD
???
Wolverhampton
0
Mogadishu Time
11:00 PM
DHAMAAD
0
Everton
‘);
}
?>
<?php dynamic_sidebar( ‘home_widget’ ); ?>
<?php if (have_posts()): ?>
<main id=”main” class=”AlbaSport-main box”>
<div class=”box-title”>
<h2 class=”title”><?php echo __(‘اخر الاخبار’,’alba’);?></h2>
</div>
<div class=”polist row”>
<?php
while (have_posts()): the_post();
get_template_part( ‘content’);
endwhile;
?>
</div>
<?php if (function_exists(“AlbaSport_pagination”)) {AlbaSport_pagination();}?>
</main>
<?php endif;?>
<?php get_footer();