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

Another AAP councillor suspended over ‘anti-party activities’, third in a week

[ad_1]

Another councillor has been suspended from the Aam Aadmi Party (AAP) for his alleged involvement in anti-party activities. In response to his suspension, Rajesh Moradiya on Monday said: “I am innocent. The party will realise its mistake.” Moradiya is the third AAP councillor in a week to face a punitive measure in Surat.

“After all the hard work and devotion towards the AAP, I have been gifted with suspension. I did not expect this. I have not yet decided to join any political party, but I will work hard for the development of my ward. Two and half years are still left for my tenure. Till that time, I will remain an independent councillor,” Moradiya told The Indian Express.

On the speculation of a BJP offer for him, he said: “In the last few days, the BJP sent my relatives and friends with a proposal to create pressure to join the party. If a relative comes to our home, we cannot shut our doors. I listened to them as it is my duty. I have worked hard for the party and brought development works of over Rs 960 crores to my ward. The voters are happy.”

Of the total 27 councillors initially elected in the Surat Municipal Corporation (SMC) from the AAP in 2021, the party now has 14 left.

Last week, two of its councillors – Kanu Godiya from SMC Ward number 3 and Alpesh Patel from Ward number 2 – were suspended over alleged anti-party activities. They both joined the BJP the same day in the presence of Surat city chief Niranjan Janjmera. They claimed they were harassed, and nobody lent them a patient ear, which pushed them to join the BJP.

Moradiya, councillor from Ward number 2, received a letter of suspension on Sunday. “For the last few months, Moradiya was involved in activities that were against the AAP. Even during the last assembly elections, he was not active during campaigning. We came to know he was also involved in trying to woo other councillors to join the BJP. There was clear-cut evidence against him,” said AAP spokesperson Rakesh Hirpara.

He further added: “BJP has got a majority of councillors in SMC and they have found that they have a major competitor in the upcoming elections. In the last assembly election, five MLAs were elected and our party got over 40 lakh votes. The AAP has made agricultural land ready for cultivation and now the time has come to sow seeds. The BJP wants to show they can go to any extent to purchase the elected leaders.”

In 2021, the AAP contested the civic body election in Surat for the first time. So far, 12 councillors have switched to the BJP. In the last week, eight councillors have jumped ship, including those suspended.

Commenting on the developments, Moradiya further said: “I have been loyal to the AAP. Since we were elected as municipal councillors, BJP had been constantly using all tactics to lure us (AAP councillors). So far, we have not come under any pressure. Why will we now join the rival party? Our party higher-ups should think about it. The elected councillors were unhappy with the top leaders.”

“Our councillors worked hard since February 2021. In the last year’s assembly election, not a single MLA got elected from Surat. The party should think about it. Councillors who were assured tickets were told to work in different assembly constituencies. They worked hard and finally, the Delhi team came up with changes. Newcomers were brought and given tickets. The morale of those councillors who worked for six to eight months went down. A similar thing happened in the wards,”
he added.



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