<?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 } ?>
csk
Sports Trending news

IPL 2022: MS Dhoni’s fanatics will clash with RCB’s army

CSK vs RCB MS Dhoni: In the 49th match of IPL 2022, today (on May 4) there will be a match between Chennai Super Kings and RCB. Mahendra Singh Dhoni can make big changes in this match. Dhoni returned as captain in the last match.  

CSK vs RCB MS Dhoni Virat Kohli: Mahendra Singh Dhoni (MS Dhoni) is famous for his charismatic captaincy. He has won many matches for Chennai Super Kings (CSK) on his own. Today (May 4) Chennai Super Kings will face Royal Challengers Bangalore. Dhoni can make many big changes in the CSK team to win the match.  

There may be change in bowling 

Chennai Super Kings (CSK) has played nine matches so far and none of its bowlers has had an economy rate less than 7.50 per over. Mahesh Teekshana has bowled at an average of 7.54, while Dwayne Bravo and Mukesh Choudhary averaged 8.73 and 9.82 respectively. CSK team has won against Sunrisers Hyderabad (SRH), but in this match Chennai Super Kings bowler Simarjeet Singh bowled very poorly. He gave 24 runs in his quota of 2 overs. In such a situation, Mahendra Singh Dhoni (MS Dhoni) can show him the way out. 

Jadeja struggling with poor form 

CSK have registered a victory as soon as Mahendra Singh Dhoni (MS Dhoni) took over the command of Chennai, so it also has to be seen whether he is able to maintain the winning streak. Dhoni was given the reins after the in-form Ravindra Jadeja left the captaincy, after which CSK defeated Sunrisers Hyderabad (SRH). In batting, Ruturaj Gaikwad and Devon Conway will have to maintain their rhythm. 

RCB’s batting is weak 

RCB have ten points from nine matches and are in fifth place, although they have to face defeat in three consecutive matches. In the match against Gujarat Titans, Kohli scored 58 runs in 53 balls, but his team could only score 170 runs, which was a low score on a pitch helpful to the batsmen. Kohli has scored 186 runs in ten matches and captain Faf du Plessis has scored 278 runs in nine matches. However, both are not in their familiar form. Kohli took almost nine overs to score 58 runs, due to which his team missed out on making a big score.

Dinesh Karthik showed his strength 

Dinesh Karthik (218 runs in ten matches) and Glenn Maxwell (157 runs in seven matches) will have to put in more effort. Now they face a weak bowling attack. If Chowdhary or Simarjit Singh of Chennai do not have experience, then experienced Jadeja (Ravindra Jadeja) is going through a very bad phase. At the same time, CSK’s batsmen have shown the spirit in front of a strong bowling attack like Sunrisers Hyderabad. He is commendable. This has increased the chances of CSK going into the playing XI.  

Probable playing XI of both the teams: 

Royal Challengers Bangalore: Virat Kohli, Faf du Plessis (c), Rajat Patidar, Glenn Maxwell, Dinesh Karthik (wk), Mahipal Lomror, Shahbaz Ahmed, Wanindu Hasaranga, Harshal Patel, Josh Hazlewood, Mohammad Siraj. 

Chennai Super Kings: Rituraj Gaikwad, Robin Uthappa, Devon Conway, Ambati Rayudu, Rajvardhan Hungergekar, Ravindra Jadeja, Mahendra Singh Dhoni (Captain & Wicketkeeper), Mitchell Santner, Dwayne Pretorius, Mahesh Thekshana, Mukesh Choudhary. 

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