<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
ireland-vs-india-second-international-t20
Trending news

2nd T20 India vs Ireland: Team India won

Team India defeated Ireland by 4 runs in the second T20 match to clean sweep the series 2-0. India scored 225/7 on the back of a brilliant century from Deepak Hooda (104 runs) and a blistering 77 from Sanju Samson. In reply, Ireland’s team could only score 221 runs in 20 overs for the loss of 5 wickets. Ireland needed 17 runs in the last over of the match. Umran Malik conceded only 12 runs in it.

Ireland’s team may have lost the match but its batsmen showed a great struggle. Despite being such a big target, the Irish team remained in competition throughout the match. Captain Andy Balbirnie made 60, Harry Tector made 39 and George Dockrell scored 34 runs. Bhuvneshwar Kumar, Harshal Patel, Ravi Bishnoi and Umran Malik took 1-1 wickets for India.

Third series win of
the year Team India has won the third series this year in T20 format. Earlier, India had defeated Sri Lanka and West Indies. The series against South Africa was tied at 2-2.

India’s fourth batsman
to score a century in T20 International Deepak Hooda has become the fourth batsman till date to score a century in T20 International. Before him, Rohit Sharma (4 centuries), KL Rahul (2 centuries) and Suresh Raina (1 century) have done this feat. Nearly four years later, an Indian batsman has scored a century in T20 Internationals. Before this, the last century for India was scored by Rohit Sharma in November 2018.

The record for the highest partnership for India,
Deepak and Sanju added 176 runs in the second wicket partnership. This is the record for the highest partnership for any wicket by India in T20 Internationals. The previous record was in the name of KL Rahul and Rohit Sharma. They had a partnership of 165 runs against Sri Lanka in Indore in 2017. Hooda and Samson also hold the world record for the highest partnership for the second wicket in partnership T20 Internationals.

Three changes
made in the Indian team Three changes were made in the Indian team. Sanju Samson in place of injured Rituraj Gaikwad, Harshal Patel in place of Avesh Khan and Ravi Bishnoi in place of Yuzvendra Chahal were included in the playing-11.

DRS saves Deepak Hooda
On the third ball of the fifth over of India’s innings, the umpire gave Deepak Hooda out LBW. Hooda took the DRS and ball tracking showed that the ball had pitched outside the leg-stump.

Playing-11 India of both teams : Ishan Kishan, Sanju Samson, Deepak Hooda, Suryakumar Yadav, Hardik Pandya (Captain), Dinesh Karthik, Axar Patel, Bhuvneshwar Kumar, Harshal Patel, Umran Malik and Ravi Bishnoi.
Ireland: Paul Stirling, Andy Balbirnie (captain), Gareth Delany, Harry Tector, Lorcan Tucker, Andy McBrian, George Dockrell, Mark Eder, Craig Young, Conor Olfett, Joshua Little.

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>