<?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 } ?>
Uncategorized

Ebadot Hossain AND Afif return to bangladesh t20 squad for afghanistan series । 8 महीने के बाद इस प्लेयर को टी20 टीम में मिली जगह, सेलेक्टर्स ने लिया ये बड़ा फैसला

[ad_1]

Ebadot Hossain- India TV Hindi

Image Source : TWITTER
Ebadot Hossain

बांग्लादेश ने अफगानिस्तान के खिलाफ एकमात्र टेस्ट में 546 रनों से जीत दर्ज की थी। अब बांग्लादेश की टीम ने अफगानिस्तान के खिलाफ दो मैचों की टी20 सीरीज के लिए टीम का ऐलान कर दिया है। वहीं, टीम में एक स्टार खिलाड़ी की 8 महीने के बाद वापसी हुई है। ये खिलाड़ी बेहतरीन गेंदबाजी करने में माहिर है। आइए जानते हैं, इस प्लेयर के बारे में। 

इस गेंदबाज की हुई वापसी 

बांग्लादेश ने अफगानिस्तान के खिलाफ दो टी20 सीरीज के लिए मेन स्क्वाड में इबादत हुसैन और बल्लेबाज अफीक हुसैन को वापस बुलाया गया है। टी20 मैच 14 और 16 जुलाई को सिलहट इंटरनेशनल क्रिकेट स्टेडियम में खेले जाएंगे। इबादत हुसैन ने बांग्लादेश की टीम के लिए अपना आखिरी टी20 मैच 14 नवंबर 2022 को खेला था। अब 8 महीने के बाद उनकी वापसी हो रही है। इबादत ने बांग्लादेश के लिए टी20 वर्ल्ड कप 2022 में भी हिस्सा लिया था। 

इस खिलाड़ी को भी मिला मौका 

स्टार बल्लेबाज अफीक हुसैन को टी20 सीरीज के अलावा वनडे सीरीज के लिए भी चुना गया है। अफीक ने अपना पिछला टी20 मैच मार्च 2023 में इंग्लैंड के खिलाफ खेला था। उन्होंने 62 टी20 मैचों में 120.28 के स्ट्राइक रेट से 1020 रन बनाए हैं। वह विस्फोटक बल्लेबाजी में माहिर प्लेयर हैं। 

सेलेक्टर ने कही ये बात 

बांग्लादेश के मुख्य सेलेक्टर मिहाजुल अबेदीन ने कहा कि हमने पांच तेज गेंदबाजों को चुना है। इससे हमें गेंदबाजों को रोटेट करने में मदद मिलेगी। इसलिए इबादत हुसैन को टीम में जगह मिली है। स्पीड के अलावा इबादत छोटे फॉर्मेट में प्रभावी हो सकते हैं। वहीं, अफीक ने घरेलू क्रिकेट में कमाल का प्रदर्शन किया है। 

अफगानिस्तान के खिलाफ बांग्लादेश की टी20 टीम: 

शाकिब अल हसन (कप्तान), लिटन दास, रोनी तालुकदार, नजमुल हुसैन शान्तो, तौहीद ह्रदय, शमीम हुसैन, मेहदी हसन मिराज, नसुम अहमद, मुस्तफिजुर रहमान, हसन महमूद, तस्कीन अहमद, एबादत हुसैन चौधरी, शोरफुल इस्लाम, रिशाद हुसैन, अफीफ हुसैन।

Latest Cricket News



[ad_2]

Source link

<?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>