<?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
There are no matches yet
Liverpool
4
0
Mogadishu Time
03:15 PM
DHAMAAD
Accrington Stanley
Unknown
LAACIBKA TV
EFL CUP
Chelsea
5
0
Mogadishu Time
06:00 PM
DHAMAAD
Morecambe
Unknown
LAACIBKA TV
EFL CUP
Manchester City
8
0
Mogadishu Time
08:45 PM
DHAMAAD
Salford City
Unknown
LAACIBKA TV
EFL CUP
Torino
1
1
Mogadishu Time
08:00 PM
DHAMAAD
Juventus
Unknown
LAACIBKA TV
Italy, Serie A
Bayern Munich
0
1
Mogadishu Time
08:30 PM
DHAMAAD
Borussia Monchengladbach
Unknown
LAACIBKA TV
Germany, Bundesliga
AC Milan
1
1
Mogadishu Time
10:45 PM
DHAMAAD
Cagliari
Unknown
LAACIBKA TV
Italy, Serie A
}
?>
<?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();